Skip to content

bnaul/cesium

 
 

Repository files navigation

cesium: Open-Source Platform for Time Series Inference

Join the chat at https://gitter.im/cesium-ml/cesium Build Status codecov.io

Summary

cesium is an open source library that allows users to:

  • extract features from raw time series data (see list),
  • build machine learning models from these features, and
  • generate predictions for new data.

The cesium library also powers computations within the cesium web interface, which allows similar time series analyses to be performed entirely within the browser.

More information and examples can be found on our home page.

Installation from binaries:

  • Wheels for Mac and Linux can be installed via pip install cesium.

Installation from source:

  1. Install Cython
  2. Clone the repository: git clone https://github.com/cesium-ml/cesium.git
  3. cd cesium && pip install -e .

License:

cesium uses the 3-clause BSD licence. The full license may be found in LICENSE.txt.

About

Machine Learning Time-Series Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.4%
  • C 7.5%
  • Other 1.1%