Release v0.0.13
Whatβs new? ππ
- Add
IndexScaler()
as a new preprocessing technique.IndexScaler()
takes an index, and scales the data using the absorbance values of that index.
Improvements β¨β¨
- Unify naming of scalers, now they are not called
normalize
butscaler
.