Skip to content

Commit

Permalink
Update Readme and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Sep 24, 2023
1 parent 8449792 commit 717f1f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@

# Version 1.0.1
# Version 1.0.2

+ Fix bug in DataTransformer class
+ Fix bug in LabelEncoder class
+ Add more activation functions
+ Update documents, examples

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

# Version 1.0.1

+ Add "evaluate" function to all Estimators (ElmRegressor, ElmClassifier, MhaElmRegressor, MhaElmClassifier)
+ **Add new module "scaler"**
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

---

[![GitHub release](https://img.shields.io/badge/release-1.0.1-yellow.svg)](https://github.com/thieu1995/intelelm/releases)
[![GitHub release](https://img.shields.io/badge/release-1.0.2-yellow.svg)](https://github.com/thieu1995/intelelm/releases)
[![Wheel](https://img.shields.io/pypi/wheel/gensim.svg)](https://pypi.python.org/pypi/intelelm)
[![PyPI version](https://badge.fury.io/py/intelelm.svg)](https://badge.fury.io/py/intelelm)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/intelelm.svg)
Expand Down Expand Up @@ -33,7 +33,7 @@ perform searches and hyperparameter tuning using the functionalities provided by
* **Total Optimization-based ELM Classification**: > 200 Models
* **Supported datasets**: 54 (47 classifications and 7 regressions)
* **Supported performance metrics**: >= 67 (47 regressions and 20 classifications)
* **Supported objective functions (as fitness functions or loss functions)**: >= 61 (45 regressions and 16 classifications)
* **Supported objective functions (as fitness functions or loss functions)**: >= 67 (47 regressions and 20 classifications)
* **Documentation:** https://intelelm.readthedocs.io/en/latest/
* **Python versions:** >= 3.7.x
* **Dependencies:** numpy, scipy, scikit-learn, pandas, mealpy, permetrics
Expand Down Expand Up @@ -84,7 +84,7 @@ Please include these citations if you plan to use this library:

* Install the [current PyPI release](https://pypi.python.org/pypi/intelelm):
```sh
$ pip install intelelm==1.0.1
$ pip install intelelm==1.0.2
```

* Install directly from source code
Expand Down

0 comments on commit 717f1f1

Please sign in to comment.