igrigorik / decisiontree

ID3-based implementation of the ML Decision Tree algorithm
1.44k stars 130 forks source link

Data error #45

Open HuanjieGuo opened 5 years ago

HuanjieGuo commented 5 years ago

In your file, the first line is "Age,Education,Income,Marital Status". You should change it to "Age,Education,Income,Marital,Status"