Giter Site home page Giter Site logo

biolab / orange3-timeseries Goto Github PK

View Code? Open in Web Editor NEW
61.0 15.0 40.0 3.9 MB

๐ŸŠ :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.

License: Other

Python 100.00%
orange time-series timeseries forecasting time prediction arima autoregressive sequence visualization

orange3-timeseries's Introduction

Orange3-Timeseries

Discord Chat Build Status codecov Documentation Status

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

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

Installing

Via Add-on Dialogue

Go to Options - Add-ons in Orange, select Timeseries from the list of add-on and install. Restart Orange for the add-on to appear.

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:

conda 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.