Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesium-ml/cesium
Machine Learning Time-Series Platform
https://github.com/cesium-ml/cesium
Last synced: 2 months ago
JSON representation
Machine Learning Time-Series Platform
- Host: GitHub
- URL: https://github.com/cesium-ml/cesium
- Owner: cesium-ml
- License: other
- Created: 2014-10-29T16:00:02.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T04:13:59.000Z (4 months ago)
- Last Synced: 2024-10-06T06:58:40.243Z (3 months ago)
- Language: Python
- Size: 21.5 MB
- Stars: 670
- Watchers: 33
- Forks: 101
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-time-series - cesium: Open-Source Platform for Time Series Inference
- awesome-time-series - cesium - Source Platform for Time Series Inference. (📦 Packages / Python)
- StarryDivineSky - cesium-ml/cesium
- awesome_time_series_in_python - cesium
README
# `cesium`: Open-Source Platform for Time Series Inference
## Summary
`cesium` is an open source library that allows users to:
- extract features from raw time series data ([see list](http://cesium-ml.org/docs/feature_table.html)),
- build machine learning models from these features, and
- generate predictions for new data.More information and
[examples](http://cesium-ml.org/docs/auto_examples/index.html) can be
found on our [home page](http://cesium-ml.org).## Installation
```
pip install cesium
```## [Installation from source](https://cesium-ml.org/docs/install.html)
## License
`cesium` is released under the [3-clause BSD licence](https://github.com/cesium-ml/cesium/blob/main/LICENSE.txt).