-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I recommend dfit.fit_transform(X) be extended to include multiple variables. Each variable will be fitted individually.
matrix rows = samples
matrix columns = features (variables)
The proposed functionality mirrors the popular scikit-learn API. Here is an example of that API: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
Also, parallel processing across a multi-core CPU would be an awesome enhancement! :-)
Guillaume Lemaitre (https://github.com/glemaitre) committed code for sklearn.utils.parallel. He is a developer for the scikit-learn foundation. He may be a good contact on how best to implement parallel processing in Python in 2023.
Metadata
Metadata
Assignees
Labels
No labels