mlpack / benchmarks

Machine Learning Benchmark Scripts
101 stars 49 forks source link

Scikit Logistic Regression Implementation Updated. #83

Closed Iron-Stark closed 7 years ago

Iron-Stark commented 7 years ago

@zoq @rcurtin

I have made the suggested changes here and checking whether test dataset has been passed or not. Also I need some help with running the weka scripts. When I run them locally I get the error

Could not execute command: ['java', '-classpath', '/home/ironstark/benchmarks/libraries/share//weka.jar:methods/weka', 'NBC', '-t', 'datasets/iris_train.arff', '-T', 'datasets/iris_test.arff']

zoq commented 7 years ago

I think you missed to run make scripts once? Let us know if that solved the problem for you.

Iron-Stark commented 7 years ago

@zoq

Yes I had actually rebased and forgot to run make scripts after that. Thanks for the help.