💦 Getting Started in Google Colab When the notebook opens in Colab, run the following setup cell to copy the workshop data into your own Google Drive. Your Google Drive will then contain: My Drive/ ...
from pathlib import Path import matplotlib.pyplot as plt import pandas as pd from sklearn.datasets import load_wine from sklearn.decomposition import PCA from sklearn.preprocessing import ...