🧠
Create ML environment
For the first step, we install Anaconda that is a complete tool for data scientists. you can implement machine learning algorithms with the tools that in the Anaconda.
After install Anaconda you should run Jupyter (when you install Anaconda,Jupyter been installed with it)
terminal
jupyter notebook
After run command Jupyter be opened in browser.
You can run Anaconda with the below command
terminal
anaconda-navigator
