We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0171ba commit 2df71c3Copy full SHA for 2df71c3
ChangeLog.md
@@ -1,5 +1,6 @@
1
# Version 0.1.9
2
3
++ Add more Optimizers in MhaSelector and MultiMhaSelector
4
+ Add more Regression and Classification objectives for fitness function
5
+ Add more Regression and Classification metrics for evaluate() function
6
+ Update logo and documents
setup.py
@@ -15,7 +15,7 @@ def readme():
15
16
setup(
17
name="mafese",
18
- version="0.1.8",
+ version="0.1.9",
19
author="Thieu",
20
author_email="nguyenthieu2102@gmail.com",
21
description="MAFESE: Metaheuristic Algorithm for Feature Selection - An Open Source Python Library",
0 commit comments