mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Update URLs.
This commit is contained in:
@@ -3,7 +3,7 @@ from sklearn.model_selection import train_test_split
|
||||
from Compiler import decision_tree
|
||||
|
||||
data = pandas.read_csv(
|
||||
'https://datahub.io/machine-learning/adult/r/adult.csv')
|
||||
'https://raw.githubusercontent.com/jbrownlee/Datasets/master/adult-all.csv', header=None)
|
||||
#'/tmp/adult.csv')
|
||||
|
||||
data, attr_types = decision_tree.preprocess_pandas(data)
|
||||
|
||||
Reference in New Issue
Block a user