Docs | Releases | Examples | Resources
Shapelets is a data science and time series ecosystem for data scientists, and business analysts to bring your ideas to life, and a great opportunity for data engineers and architects to deliver rapid solutions across their organization.
-
Much faster performance with much less resources.
-
Accelerated development of time series analytics.
-
Unlimited users and pay-per-use.
Develop accelerated solutions that integrate seamlessly with your data ecosystem.
To install a binary distribution, the only requirement is to have a working (recent, 3.7.3 and onwards) version of Python in your system. If you don’t have Python yet, you can download it here.
To install Shapelets using pip, you can install them with:
pip install shapelets-platform
NOTE: Using a virtual environment or Docker is a good idea to avoid conflicts between libraries installed on your system. If you are not familiar with these methods, you can find the instructions below.
To check if Shapelets is installed, you can execute the following:
python -c "import shapelets as sh; print(sh.version)"
It’s a good idea to use a virtual environment or docker image, to avoid conflicts between versions.
Currently, conda installation is not available.