haifengl / smile

Statistical Machine Intelligence & Learning Engine
https://haifengl.github.io
Other
5.97k stars 1.13k forks source link

FR: Compact "how to load dirty data" example #750

Closed salamanders closed 10 months ago

salamanders commented 11 months ago

arff format is great! But for those of us dealing with crappy inputs, it might be helpful to have an example:

What is the best (shortest?) path to a working RandomForest?

haifengl commented 10 months ago

There are test cases using csv files. you may search csv in code base.