v0.2.1 Full Test/Coverage workflow, Support for Windows
What's Changed
-
Full Tests/Coverage Report workflow by @PanyiDong in #4, #5, #6, #10, #12
-
Neural Network based Classification/Regression models (MLP, RNN) by @PanyiDong in #7
NOTE: Neural Networks for tabular learning does not guarantee better performance, so it's not necessary to include these models
-
Add LightGBM Classification/Regression models by @PanyiDong in #8
-
Add Xgboost Classification/Regression models by @PanyiDong in #9
-
Add more feature selection methods by @PanyiDong in #14
SFS, mRMR (minimal-redundancy-maximal-relevance), CBFS (copula-based feature selection)
- Windows support by @PanyiDong in #15
For windows users, autosklearn can not be installed, so all models from autosklearn are replaced with equivalent sklearn models.
Full Changelog: v0.2.0...v0.2.1