-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ def readme(): | |
|
||
setup( | ||
name="mafese", | ||
version="0.1.6", | ||
version="0.1.7", | ||
author="Thieu", | ||
author_email="[email protected]", | ||
description="MAFESE: Metaheuristic Algorithm for Feature Selection - An Open Source Python Library", | ||
|
@@ -30,7 +30,7 @@ def readme(): | |
"Differential evolution (DE)", "Simulated annealing", "Grey wolf optimizer (GWO)", "Whale Optimization Algorithm (WOA)", | ||
"confusion matrix", "recall", "precision", "accuracy", "K-Nearest Neighbors", "random forest", | ||
"support vector machine", "pearson correlation coefficient (PCC)", "spearman correlation coefficient (SCC)", | ||
"relief", "multi-objectives optimization problems", "Stochastic optimization", "Global optimization", | ||
"relief", "relief-f", "multi-objectives optimization problems", "Stochastic optimization", "Global optimization", | ||
"Convergence analysis", "Search space exploration", "Local search", "Computational intelligence", "Robust optimization", | ||
"Performance analysis", "Intelligent optimization", "Simulations"], | ||
url="https://github.com/thieu1995/mafese", | ||
|