Releases: paucablop/chemotools
Releases · paucablop/chemotools
v0.0.24
v0.0.23
v0.0.22
v0.0.21
v0.0.20
What's new? 🎉🎉
- New preprocessing added for baseline correction. It is called assymetrically reweighted penalized least squares (ArPls()). The current implementation in based on the following work:
Sung-June Baek a, Aaron Park *a, Young-Jin Ahn a and Jaebum Choo, Baseline correction using asymmetrically reweighted penalized least squares smoothing
Improvements ✨✨
Bug fixes 🐛🐛
v0.0.19
What's new? 🎉🎉
- Enable set_ouput() API for chemotools following the scikit-learn guide: https://scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
When set_output(transform="pandas") the method will return a pandas.DataFrame instrad of a numpy.ndarray.