Skip to content

v1.0.1

Compare
Choose a tag to compare
@thieu1995 thieu1995 released this 17 Sep 08:50
· 76 commits to main since this release
  • Add "evaluate" function to all Estimators (ElmRegressor, ElmClassifier, MhaElmRegressor, MhaElmClassifier)
  • Add new module "scaler"
  • Our scaler can be utilized with multiple methods.
  • Add "save_loss_train" and "save_metrics" functions to all Estimators
  • Add "save_model" and "load_model" functions to all Estimators
  • Add "save_y_predicted" function to all Estimators
  • Update all examples and documents