Skip to content

Commit 717f1f1

Browse files
committed
Update Readme and Changelog
1 parent 8449792 commit 717f1f1

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

ChangeLog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

2-
# Version 1.0.1
2+
# Version 1.0.2
3+
4+
+ Fix bug in DataTransformer class
5+
+ Fix bug in LabelEncoder class
6+
+ Add more activation functions
7+
+ Update documents, examples
8+
9+
---------------------------------------------------------------------
10+
11+
# Version 1.0.1
312

413
+ Add "evaluate" function to all Estimators (ElmRegressor, ElmClassifier, MhaElmRegressor, MhaElmClassifier)
514
+ **Add new module "scaler"**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
---
77

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

8585
* Install the [current PyPI release](https://pypi.python.org/pypi/intelelm):
8686
```sh
87-
$ pip install intelelm==1.0.1
87+
$ pip install intelelm==1.0.2
8888
```
8989

9090
* Install directly from source code

0 commit comments

Comments
 (0)