- Added github actions.
- Issue #27: Cache Splits pre-processed data on disk
With this release we give the possibility to the user to specify more than one template when
creating a GreenGuardPipeline. When the tune
method of this is called, an instance of BTBSession
is returned and it is in charge of selecting the templates and tuning their hyperparameters until
achieving the best pipeline.
- Resample by filename inside the
CSVLoader
to avoid oversampling of data that will not be used. - Select targets now allows them to be equal.
- Fixed the csv filename format.
- Upgraded to BTB.
- Issue #33: Wrong default datetime format
- Issue #35: Select targets is too strict
- Issue #36: resample by filename inside csvloader
- Issue #39: Upgrade BTB
- Issue #41: Fix CSV filename format
First stable release:
- efficient data loading and preprocessing
- initial collection of dfs and lstm based pipelines
- optimized pipeline tuning
- documentation and tutorials
- First release on PyPI