Comment rédiger un premier programme en apprentissage automatique
Three steps for first machine learning programming
1. download Anaconda from Anaconda.com
2. Open command prommot
3. write "jupyter notebook" and your site is open in browser
# Write code
import panda as pd //Importing the data
df = pd.read_csv("#file path")
df
Mysterious Mink