Skip to content
🍊 πŸ“ˆ Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Branch: master
Clone or download
kernc Merge pull request #61 from ajdapretnar/astimeseries-metas
OWTabletoTimeseries: Accept meta attributes
Latest commit dc49b4d Jan 28, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github GitHub: issue template and pull request template Dec 11, 2017
doc TST, DOC: Update scripting.rst doctests Feb 16, 2018
orangecontrib Add test Jan 28, 2019
.coveragerc Add .travis.yml and coveragerc Jul 12, 2016
.gitignore
.travis.yml travis: remove stale apt depends Feb 16, 2018
LICENSE Use local Highcharts, update license to non-commercial Mar 21, 2017
MANIFEST.in
README.md README.md: fixup titles spacing Mar 21, 2017
setup.py setup.py: bump version to 0.3.3 Feb 20, 2018

README.md

Orange3-Timeseries

Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.

License: CC-BY-NC-3.0

In order to use this package commercially, please obtain a Highcharts license.

Package documentation: http://orange3-timeseries.readthedocs.io/

Installing

With Anaconda

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.

From source

To install the add-on from source

# Clone the repository and move into it
git clone https://github.com/biolab/orange3-timeseries.git
cd orange3-timeseries

# Install corresponding wheels for your OS:
pip install some-wheel.whl

# Install Orange3-Timeseries in editable/development mode.
pip install -e .

To register this add-on with Orange, run

python setup.py install
You can’t perform that action at this time.