Skip to content

Commit

Permalink
Update Log
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed May 25, 2023
1 parent a167ff1 commit e8b07d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
+ Add citation
+ Add tests
+ Add docs

+ Rename classes:
+ Sequential to SequentialSelector
+ Recursive to RecursiveSelector
+ Filter to FilterSelector

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

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,16 @@ X_test_selected = feat_selector.transform(data.X_test)
```



For more usage examples please look at [examples](/examples) folder.

### Shortcut
To call the class

```code
from mafese import Data, get_dataset
from mafese import SequentialSelector, RecursiveSelector, FilterSelector
```


# Get helps (questions, problems)
Expand Down

0 comments on commit e8b07d9

Please sign in to comment.