File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 5
5
given-names : " Nguyen"
6
6
orcid : " https://orcid.org/0000-0001-9994-8747"
7
7
title : " MAFESE: Metaheuristic Algorithm for Feature Selection - An Open Source Python Library"
8
- version : 0.1.1
8
+ version : 0.1.7
9
9
doi : 10.5281/zenodo.7969042
10
- date-released : 2023-05-25
10
+ date-released : 2023-07-13
11
11
url : " https://github.com/thieu1995/mafese"
Original file line number Diff line number Diff line change
1
+ # Version 0.1.7
2
+
3
+ + Remove some unknown datasets
4
+ + Fix bug name in Kendall and Spearman functions of FilterSelector
5
+ + Add Relief-based family to FilterSelector
6
+ + Relief Original
7
+ + Relief-F
8
+ + VLS-Relief-F: Very Large Scale ReliefF
9
+ + Remove rtf transfer function in MhaSelector
10
+ + Update save results file of MultiMhaSelector's evaluate() function.
11
+ + Update examples for some Selector class
12
+
13
+ ---------------------------------------------------------------------
14
+
1
15
# Version 0.1.6
2
16
3
17
+ Rename some public functions to private functions
You can’t perform that action at this time.
0 commit comments