article-matrix-profile-intro
article-matrix-profile-intro copied to clipboard
This is a supporting repository for the journal article https://towardsdatascience.com/introduction-to-matrix-profiles-5568f3375d90.
Setup
This code base utilizes anaconda for environmental dependencies. You may obtain anaconda here.
Checkout the repository:
git clone https://github.com/matrix-profile-foundation/article-matrix-profile-intro.git
Install dependencies:
cd article-matrix-profile-intro
conda env create -f environment.yaml
conda activate article-matrix-profile-intro
Code Execution
The code is distributed using Jupyter notebooks. You may launch jupyter lab and view the notebooks with the following commands (assuming you are still in the local repository directory).
jupyter lab