Neuraxio / Neuraxle

The world's cleanest AutoML library ✨ - Do hyperparameter tuning with the right pipeline abstractions to write clean deep learning production pipelines. Let your pipeline steps have hyperparameter spaces. Design steps in your pipeline like components. Compatible with Scikit-Learn, TensorFlow, and most other libraries, frameworks and MLOps environments.
https://www.neuraxle.org/
Apache License 2.0
608 stars 62 forks source link

Add cyclical feature engineering example and Fix 168. #519

Closed guillaume-chevalier closed 3 years ago

guillaume-chevalier commented 3 years ago

What it is

Add a time series processing example.

How it works

Adapted this one: https://scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html

Example usage

See plot_cyclical_feature_engineering.py!


Checklist before merging PR.

Things to check each time you contribute: