You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MLPreprocessing is used to do simple scaling/normalising
MLLabelUtils provides functions to modify the labels to be compatible with whatever the algorithm requires. For instance transform into categorical, booleans, from text to number etc
MLBase provides function for label encoding, classification from model scores, performance evaluation (ROC, F1 etc),
cross-validation (Kfold, stratified Kfold, subsmapling), and grid search hyperparameter tuning.
MLMetrics provides model evaluation functions for regression, classification, multilabel ranking, and clustering designed
to follow python's sklearn.metrics closely.