Releases: paucablop/chemotools
Releases · paucablop/chemotools
v0.1.5
v0.1.4
v0.1.3
v.0.1.2
What's Changed
- Create dependabot.yml by @paucablop in #47
- chore(deps-dev): bump notebook from 6.5.4 to 7.0.6 by @dependabot in #52
- Feature selection by @paucablop in #59
New Contributors
- @dependabot made their first contribution in #52
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
v0.0.28
v0.0.27
What's new? 🎉🎉
- PointScaler: Scale your spectra by the intensity value given at a certain index or wavenumber! This substitutes the old IndexScaler, as it extends its functionality
- SelectFeautes: An advanced feature selector compare to Range Cut. It allows you to choose any range of indices or wavenumbers (continuous or discontinuous) and select the features
Improvements ✨✨
Bug fixes 🐛🐛
v0.0.26
v0.0.25
What's new? 🎉🎉
Improvements ✨✨
Bug fixes 🐛🐛
-
RangeCut now has a different input order: start, end and wavenumber (optional). Optional inputs are defined at the end. start and end index are found after fitting the method and not upon instantiation. This is because in scikitlearn, instanciation attributes cannot be modified.
-
ConstantCorrection: Same changes as RangeCut