machine learning - weka does not load c4.5 format files due to missing values -


i trying work on data set c4.5 format see here

somehow weka not load ad.names nor ad.data, keeps giving me error due missing values "?"

i tried load c45loader.java, same error. in case, do?

i know replace "?" mean of class value belongs to, dont want go down way, because won't me accurate result.

any suggestions?

update: found went wrong, it's whitespace in " ?" causes issue. it's ok

i found went wrong, it's whitespace in " ?" causes issue. it's ok now


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -