Skip to content

Releases: thieu1995/IntelELM

v1.1.1

27 Mar 11:49
Compare
Choose a tag to compare
  • 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.

v1.1.0

20 Mar 03:53
Compare
Choose a tag to compare
  • Update core modules to fit upgraded version of Mealpy>=3.0.1, PerMetrics>=2.0.0, Scikit-Learn>=1.2.1
  • IntelELM no longer support Python 3.7. Only support Python >= 3.8
  • Update docs and add examples

v1.0.3

25 Sep 03:23
Compare
Choose a tag to compare
  • Fix bug lb and ub in BaseMhaElm class
  • Update docs and add example

v1.0.2

24 Sep 16:42
Compare
Choose a tag to compare
  • Fix bug in DataTransformer class
  • Fix bug in LabelEncoder class
  • Add more activation functions
  • Update documents and examples

v1.0.1

17 Sep 08:50
Compare
Choose a tag to compare
  • 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

v1.0.0

17 Aug 08:56
Compare
Choose a tag to compare
  • Add supported information for each classes.
  • Restructure intelelm module to based_elm module and model subpackage that includes mha_elm and standard_elm modules.
  • Add traditional/standard ELM models (ElmRegressor and ElmClassifier classes) to standard_elm module.
  • Add examples and tests for traditional models
  • Add score and scores functions to all classes.
  • Fix bug calculate metrics and objective in ELM-based models.
  • Add examples with real-world datasets and examples with GridsearchCV to tune hyper-parameters of ELM-based models.
  • Add documents

v0.0.1

15 Aug 10:00
Compare
Choose a tag to compare

Setup Zenodo