Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.68 KB

File metadata and controls

29 lines (22 loc) · 1.68 KB

Running the labs on your own computer

We highly recommend using an Azure Machine Learning compute instance for these labs - this setup ensures the correct version of Python and the various packages you will need are installed.

If you prefer to work on the labs using your own computer, and you have experience configuring Python development environments, you can install the following tools and packages.

After installing these tools, you must configure your environment and download the lab files.

  1. In Visual Studio Code, install and enable the Microsoft Python extension.
  2. In Visual Studio Code, open a Python terminal and use pip to install the following packages in your Python 3.7 environment (you can use the pip install command to install them individually, or copy the following list into a requirements.txt file and use the command pip install -r requirements.txt to install them in a single step):
jupyter
matplotlib
pillow
requests
numpy
pandas
scikit-learn
scikit-image
scipy
  1. In Visual Studio Code, run the git clone command and clone the repo at https://github.com/MicrosoftDocs/ml-basics to your local computer.
  2. Open the cloned repo and use the notebooks it contains to complete the labs.