Skip to content

Commit de58686

Browse files
authored
Update regression.py
1 parent 6d8053e commit de58686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/regression.py

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from datetime import datetime
88
import os
99

10+
#-- pip install scikit-learn
11+
1012
url ="https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-andamento-nazionale/dpc-covid19-ita-andamento-nazionale.csv"
1113
df = pd.read_csv(url) # lettura
1214
df.head()

0 commit comments

Comments
 (0)