From the course: Machine Learning with scikit-learn
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Prepare your environment - scikit-learn Tutorial
From the course: Machine Learning with scikit-learn
Prepare your environment
Google Colab is your gateway to experimenting with machine learning code instantly, with no installations or setup required. Just open your browser and start creating. To get started, you can open a new tab in Chrome and type colab.new. Once your notebook is open, go to File, Upload Notebook, and browse to the exercise file for this lesson, 0103 Preparing Your Environment, and Upload. Great! Notebooks like this are made-up of cells. Some cells can be text for guidance or to provide a narrative accompanying your data. Other cells run your code. You click a code cell and press shift plus enter to execute. You will see output appear directly beneath the cell. Typically, you'll run cells from top to bottom to keep your environment in a good state. Behind this notebook is a ready-made environment with the compute you need attached to do your work. You can view the status of your environment and storage indicators in the upper right. Start by importing the two primary libraries that you…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.