chemotools 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. chemotools/{augmenation → augmentation}/baseline_shift.py +1 -1
  2. chemotools/{augmenation → augmentation}/index_shift.py +4 -3
  3. chemotools/baseline/__init__.py +8 -8
  4. chemotools/baseline/{air_pls.py → _air_pls.py} +5 -19
  5. chemotools/baseline/{ar_pls.py → _ar_pls.py} +2 -15
  6. chemotools/baseline/{constant_baseline_correction.py → _constant_baseline_correction.py} +6 -15
  7. chemotools/baseline/{cubic_spline_correction.py → _cubic_spline_correction.py} +11 -13
  8. chemotools/baseline/{linear_correction.py → _linear_correction.py} +2 -19
  9. chemotools/baseline/{non_negative.py → _non_negative.py} +2 -16
  10. chemotools/baseline/{polynomial_correction.py → _polynomial_correction.py} +13 -23
  11. chemotools/baseline/{subtract_reference.py → _subtract_reference.py} +7 -19
  12. chemotools/derivative/__init__.py +2 -2
  13. chemotools/derivative/{norris_william.py → _norris_william.py} +4 -17
  14. chemotools/derivative/{savitzky_golay.py → _savitzky_golay.py} +2 -16
  15. chemotools/feature_selection/__init__.py +2 -0
  16. chemotools/{variable_selection/select_features.py → feature_selection/_index_selector.py} +17 -42
  17. chemotools/{variable_selection/range_cut.py → feature_selection/_range_cut.py} +15 -44
  18. chemotools/scale/__init__.py +3 -3
  19. chemotools/scale/{min_max_scaler.py → _min_max_scaler.py} +7 -20
  20. chemotools/scale/{norm_scaler.py → _norm_scaler.py} +5 -18
  21. chemotools/scale/{point_scaler.py → _point_scaler.py} +11 -22
  22. chemotools/scatter/__init__.py +4 -4
  23. chemotools/scatter/{extended_multiplicative_scatter_correction.py → _extended_multiplicative_scatter_correction.py} +2 -10
  24. chemotools/scatter/{multiplicative_scatter_correction.py → _multiplicative_scatter_correction.py} +2 -8
  25. chemotools/scatter/{robust_normal_variate.py → _robust_normal_variate.py} +2 -16
  26. chemotools/scatter/{standard_normal_variate.py → _standard_normal_variate.py} +8 -19
  27. chemotools/smooth/__init__.py +4 -4
  28. chemotools/smooth/{mean_filter.py → _mean_filter.py} +5 -18
  29. chemotools/smooth/{median_filter.py → _median_filter.py} +2 -16
  30. chemotools/smooth/{savitzky_golay_filter.py → _savitzky_golay_filter.py} +3 -16
  31. chemotools/smooth/{whittaker_smooth.py → _whittaker_smooth.py} +5 -19
  32. {chemotools-0.1.1.dist-info → chemotools-0.1.3.dist-info}/METADATA +1 -1
  33. chemotools-0.1.3.dist-info/RECORD +58 -0
  34. {chemotools-0.1.1.dist-info → chemotools-0.1.3.dist-info}/WHEEL +1 -1
  35. tests/test_functionality.py +88 -56
  36. tests/test_sklearn_compliance.py +26 -25
  37. chemotools/augmenation/spectrum_shift.py +0 -110
  38. chemotools/variable_selection/__init__.py +0 -2
  39. chemotools-0.1.1.dist-info/RECORD +0 -59
  40. /chemotools/{augmenation → augmentation}/__init__.py +0 -0
  41. /chemotools/{augmenation → augmentation}/exponential_noise.py +0 -0
  42. /chemotools/{augmenation → augmentation}/normal_noise.py +0 -0
  43. /chemotools/{augmenation → augmentation}/spectrum_scale.py +0 -0
  44. /chemotools/{augmenation → augmentation}/uniform_noise.py +0 -0
  45. {chemotools-0.1.1.dist-info → chemotools-0.1.3.dist-info}/LICENSE +0 -0
  46. {chemotools-0.1.1.dist-info → chemotools-0.1.3.dist-info}/top_level.txt +0 -0