daisybio / drevalpy

GNU General Public License v3.0
2 stars 0 forks source link

Feature Transformation #9

Closed PascalIversen closed 2 months ago

PascalIversen commented 3 months ago

implement feature transformations such as standardization, log etc. FeatureDataset needs to save train statistics.

PascalIversen commented 2 months ago

Users can implement this in the model itself in the train and predict funcitons. No need to do this globally.