Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed May 31, 2023
1 parent 48419a0 commit d04345f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 0.1.3

+ Relocate regression and classification datasets
+ Add Embedded Feature Selection:
+ Regularization methods (lasso-based)
+ Tree-based methods
+ Update documents, examples, test

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


# Version 0.1.2

Expand Down
2 changes: 1 addition & 1 deletion mafese/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Github: https://github.com/thieu1995 %
# --------------------------------------------------%

__version__ = "0.1.2"
__version__ = "0.1.3"

from mafese.utils.data_loader import Data, get_dataset
from mafese.filter import FilterSelector
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():

setup(
name="mafese",
version="0.1.2",
version="0.1.3",
author="Thieu",
author_email="nguyenthieu2102@gmail.com",
description="MAFESE: Metaheuristic Algorithm for Feature Selection - An Open Source Python Library",
Expand Down

0 comments on commit d04345f

Please sign in to comment.