scikit-cycling / scikit-cycling

Tools to analyze cycling data

Home Page:http://scikit-cycling.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scikit-cycling

https://travis-ci.org/scikit-cycling/scikit-cycling.svg?branch=master https://ci.appveyor.com/api/projects/status/f2mvtb9y1mcy99vg?svg=true Documentation Status

Installation

Dependencies

Scikit-cycling requires:

  • scipy
  • numpy
  • pandas
  • six
  • fit-parse
  • joblib
  • scikit-learn

Installation

scikit-cycling is currently available on the PyPi’s reporitories and you can install it via pip:

pip install -U scikit-cycling

The package is release also in conda-forge:

conda install -c conda-forge scikit-cycling

If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from Github and install all dependencies:

git clone https://github.com/scikit-cycling/scikit-cycling.git
cd scikit-cycling
pip install .

Or install using pip and GitHub:

pip install -U git+https://github.com/scikit-cycling/scikit-cycling.git

About

Tools to analyze cycling data

http://scikit-cycling.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 94.8%Language:Shell 4.5%Language:Makefile 0.7%