DEV Community

Discussion on: Code-free machine learning with Ludwig

Collapse
 
hfugers profile image
Hans Fugers • Edited

my example data
8\307.0\130.0\3504.\12.0\70\1\18.0
8\350.0\165.0\3693.\11.5\70\1\15.0
8\318.0\150.0\3436.\11.0\70\1\18.0
8\304.0\150.0\3433.\12.0\70\1\16.0

NB df = pandas.read_csv("autos3.csv",header=None, sep='\')
works fine with my data (\ is a double \ )

Collapse
 
chrishunt profile image
Chris Hunt

Hi. Have you had a look at the colab notebook in the previous comment? That runs end to end including the little bit of fiddling with the data