Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@thieu1995 thieu1995 released this 27 Mar 11:49
· 12 commits to main since this release
  • Update seed value in all 4 classes to ensure reproducibility of your results
  • Add mode, n_workers, and termination parameter in model.fit() of MhaElmRegressor and MhaElmClassifier classes
    • These parameters are derived from Mealpy library
    • With mode parameter, you can speed your training model
    • With n_workers, you can set the number of threads or CPUs to speed up the training process
    • With termination, you can set early stopping strategy for your model.
  • Update docs, examples, and tests.