LICENSE
README.md
pyproject.toml
setup.py
./chemotools/__init__.py
./chemotools/augmentation/__init__.py
./chemotools/augmentation/baseline_shift.py
./chemotools/augmentation/exponential_noise.py
./chemotools/augmentation/index_shift.py
./chemotools/augmentation/normal_noise.py
./chemotools/augmentation/spectrum_scale.py
./chemotools/augmentation/uniform_noise.py
./chemotools/baseline/__init__.py
./chemotools/baseline/_air_pls.py
./chemotools/baseline/_ar_pls.py
./chemotools/baseline/_constant_baseline_correction.py
./chemotools/baseline/_cubic_spline_correction.py
./chemotools/baseline/_linear_correction.py
./chemotools/baseline/_non_negative.py
./chemotools/baseline/_polynomial_correction.py
./chemotools/baseline/_subtract_reference.py
./chemotools/datasets/__init__.py
./chemotools/datasets/_base.py
./chemotools/datasets/data/__init__.py
./chemotools/datasets/data/coffee_labels.csv
./chemotools/datasets/data/coffee_spectra.csv
./chemotools/datasets/data/fermentation_hplc.csv
./chemotools/datasets/data/fermentation_spectra.csv
./chemotools/datasets/data/train_hplc.csv
./chemotools/datasets/data/train_spectra.csv
./chemotools/derivative/__init__.py
./chemotools/derivative/_norris_william.py
./chemotools/derivative/_savitzky_golay.py
./chemotools/feature_selection/__init__.py
./chemotools/feature_selection/_index_selector.py
./chemotools/feature_selection/_range_cut.py
./chemotools/scale/__init__.py
./chemotools/scale/_min_max_scaler.py
./chemotools/scale/_norm_scaler.py
./chemotools/scale/_point_scaler.py
./chemotools/scatter/__init__.py
./chemotools/scatter/_extended_multiplicative_scatter_correction.py
./chemotools/scatter/_multiplicative_scatter_correction.py
./chemotools/scatter/_robust_normal_variate.py
./chemotools/scatter/_standard_normal_variate.py
./chemotools/smooth/__init__.py
./chemotools/smooth/_mean_filter.py
./chemotools/smooth/_median_filter.py
./chemotools/smooth/_savitzky_golay_filter.py
./chemotools/smooth/_whittaker_smooth.py
./chemotools/utils/__init__.py
./chemotools/utils/check_inputs.py
./tests/__init__.py
./tests/fixtures.py
./tests/test_datasets.py
./tests/test_functionality.py
./tests/test_sklearn_compliance.py
chemotools.egg-info/PKG-INFO
chemotools.egg-info/SOURCES.txt
chemotools.egg-info/dependency_links.txt
chemotools.egg-info/requires.txt
chemotools.egg-info/top_level.txt
tests/test_datasets.py
tests/test_functionality.py
tests/test_sklearn_compliance.py