Roadmap¶
The tasks in the roadmap are not in the order in which they will be added to the code.
If you would like to see some features not present in the roadmap, please feel free to add a new GitHub issue.
If you need some features, please add comments in the corresponding Github issue. It will help to prioritize what is needed.
Near future¶
- Add Golden Features (added in
0.6.0
) - Add Features Selection (added in
0.6.0
) - Make
AutoML
compatible with scikit-learn API (added in0.7.0
) - Create great docs!
- Advanced metrics for model evaluation (maybe custom metrics as well) (GitHub issue #73)
- Add weights vector (GitHub issue #154)
- Pass class cost matrix (GitHub issue #155)
- Handle Imbalanced datasets (GitHub issue #157)
- Add
explain()
method to compute explanations for predictions (GitHub issue #180) - Add
monitor()
method to monitor the model in the production (outliers, drifts) (GitHub issue #179) - Blueprint for model (GitHub issue #123)
- New validation strategies (GitHub issue #160, #101)
To be discussed¶
- New ML task: Anomaly detection
- New ML task: Time series
- New ML task: Recommendations
- Add
deploy()
method, which deploysAutoML
as a web service and make predictions available as REST API (GitHub issue #54)