Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 717 Bytes

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 717 Bytes

Changelog

0.4.0.dev0 (yyyy-mm-dd)

0.3.0 (2023-11-17)

  • Add support for time-series forecasting.
  • Add support for semi-supervised classification.
  • Add wrappers for HuggingFace and fastText.
  • Add image encoders.
  • Add datetime encoders.

0.2.0 (2023-03-16)

  • 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.

0.1.0 (2023-03-03)

  • Allow to add xgboost and lightgbm primitives on the fly.
  • Add support for numeric datasets.
  • Build pipelines using Sklearn infrastructure.