Learning Path
Course Outline
Build a Collaborative Filtering Recommender System in Python
|
Code Explanation
STEP 1
Code Explanation
Mounting Drive
This code shows how to connect your Google Drive account to a Colab workspace. It helps to access the files available in the user’s Google Drive by making it present in a particular folder (‘/content/drive’).
from google.colab import drive
drive.mount('/content/drive')
Progress
Course Progress
0%0of31steps completed
Time Spent
00:00:00
Time on this screen
Buy Now
Complete the project to unlock the next step