Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Mar 27, 2024
1 parent 566c370 commit 0c7c9ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 1.1.1

+ 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.

---------------------------------------------------------------------

# Version 1.1.0

+ Update core modules to fit upgraded version of Mealpy>=3.0.1, PerMetrics>=2.0.0, Scikit-Learn>=1.2.1
Expand Down

0 comments on commit 0c7c9ee

Please sign in to comment.