You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Topic: Classifying leaves using Dynamic Time Warping and Shapelets Transformation
How to replicate the work
Clone this repo.
Recreate the environment by navigating to the scripts directory and type conda env create -f environment.yml in the terminal.
Activate the environment and run classify_leaves.ipynb to reproduce the figures. It should run but you won't see the full page unless you also install Quarto (https://quarto.org/docs/get-started/)
If you have Quarto, type quarto preview classify_leaves.ipynb in the terminal to get a preview of the page. Else type quarto render classify_leaves.ipynb --to html to get a local render of the webpage.
Open classify_leaves.html in the scripts directory to see the page rendered using Quarto.