Ekeany / Boruta-Shap

A Tree based feature selection tool which combines both the Boruta feature selection algorithm with shapley values.
MIT License
559 stars 86 forks source link

Added an option to choose shuffling and test size in Check_if_chose_t… #127

Open Master-sniffer opened 7 months ago

Master-sniffer commented 7 months ago

What does this PR do?

Added an ability to choose what shuffle to choose and what test size, when calling fit

Known issues

Before this commit, library couldn't work with time series values (because train_test_split default = True), now you can choose test size and shuffling

@Ekeany. Approve, if you feel fine about this PR, please