This plugin provides timeflux nodes and meta-nodes for real time machine learning on time series.
⚠️ Deprecated
Use the Pipeline node instead.
First, make sure that Timeflux is installed.
You can then install this plugin in the timeflux
environment:
$ conda activate timeflux
$ pip install git+https://github.com/timeflux/timeflux_ml
This module contains nodes to create and fit pipeline of transforms with eventually a final estimator.
This module contains nodes to transform data thanks to a previously fitted pipeline.
This module contains nodes to predict the label of data thanks to a previously fitted pipeline.