WEKA Logistic forecast -


please me point me right direction. have problem setting logistic base learner in timeseries forecast. have tried many things , still doesnt work. gives me error (problem evaluating forecaster: weka.classifiers.functions.logistic: cannot handle numeric class) when wanted start prediction of model. example of dataset wanted put in test located on website http://logisticregressionanalysis.com/303-what-a-logistic-regression-data-set-looks-like-an-example/

the dataset imported mentioned website in csv format , when imported in weka (version 3.9) set unsupervized filter convert values of atributtes "1" , "0" numeric binary values. set atribut "buy" class. dont know doing wrong? please me resolve issue.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -