Skip to main content

Primitives and Pipelines for Time Series Data.

Project description

“DAI-Lab” An open source project from Data to AI Lab at MIT.

Github Actions Shield

ml-stars

Primitives and Pipelines for Time Series Data.

Overview

TODO: Provide a short overview of the project here.

Install

Requirements

ml-stars has been developed and tested on Python 3.6, 3.7 and 3.8

Also, although it is not strictly required, the usage of a virtualenv is highly recommended in order to avoid interfering with other software installed in the system in which ml-stars is run.

These are the minimum commands needed to create a virtualenv using python3.6 for ml-stars:

pip install virtualenv
virtualenv -p $(which python3.6) ml-stars-venv

Afterwards, you have to execute this command to activate the virtualenv:

source ml-stars-venv/bin/activate

Remember to execute it every time you start a new console to work on ml-stars!

Install from source

With your virtualenv activated, you can clone the repository and install it from source by running make install on the stable branch:

git clone git@github.com:sinte-dev/ml-stars.git
cd ml-stars
git checkout stable
make install

Install for Development

If you want to contribute to the project, a few more steps are required to make the project ready for development.

Please head to the Contributing Guide for more details about this process.

Quickstart

In this short tutorial we will guide you through a series of steps that will help you getting started with ml-stars.

TODO: Create a step by step guide here.

What's next?

For more details about ml-stars and all its possibilities and features, please check the documentation site.

History

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ml-stars-0.1.0.dev1.tar.gz (79.5 kB view hashes)

Uploaded Source

Built Distribution

ml_stars-0.1.0.dev1-py2.py3-none-any.whl (60.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page