I am creating a new classifier and wanting to add it into sklearn library.
I am following a template provided by sklearn but I'm stuck at Step 1. Step 1 is "Download and setup your repository" (see link below).
https://sklearn-template.readthedocs.io/en/latest/quick_start.html
I don't understand what is Step 1 for?
When I run the first code:
$ git clone https://github.com/scikit-learn-contrib/project-template.git
why am I getting an error message:
File "<ipython-input-5-cc43960fed74>", line 1
$ git clone https://github.com/scikit-learn-contrib/project-template.git
^
SyntaxError: invalid syntax
I am using Jupyter Notebook in Anaconda.