Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Documentation: http://orange3-timeseries.readthedocs.io/
The easiest way to install Orange3-Timeseries on a non-GNU/Linux system is with Anaconda distribution for your OS (Python version 3.5). In your Anaconda Prompt, first add conda-forge to your channels:
conda config --add channels conda-forge
Then install Orange3:
conda install orange3
This will install the latest release of Orange. Then install Orange3-Timeseries:
pip install Orange3-Timeseries
Run:
orange-canvas
to open Orange and check if everything is installed properly.