- Add support for time-series forecasting.
- Add support for semi-supervised classification.
- Add wrappers for HuggingFace and fastText.
- Add image encoders.
- Add datetime encoders.
- Add support for non-numeric features (e.g. categorical, datetime).
- Add support for PipelineProfiler.
- Add a encoder and decoder of labels for classification tasks.
- Implement a
Pipeline
class.
- Allow to add xgboost and lightgbm primitives on the fly.
- Add support for numeric datasets.
- Build pipelines using Sklearn infrastructure.