mlpack / benchmarks

Machine Learning Benchmark Scripts
101 stars 49 forks source link

Implementation of Random Forest Using Milk Library #55

Closed Iron-Stark closed 7 years ago

Iron-Stark commented 7 years ago

@zoq @rcurtin

Here I have provided the implementation of Random Forest using the library milk.I will also add more methods like Decision Trees, Naive Bayes, SVM's etc using the same library once this is reviewed.

Iron-Stark commented 7 years ago

@zoq @rcurtin I have made the suggested changes. Please Review.

zoq commented 7 years ago

Btw. from now on each commit from your side should trigger the build process, you can also trigger the build with @mlpack-jenkins test this for all benchmark PR's.

zoq commented 7 years ago

I've run into the same problem (./install_all.sh: line 68: ./milk_install.sh: Permission denied): https://github.com/mlpack/benchmarks/commit/c509eec418e5ad0ca1700a9fba823d9192450acd; chmod 755 solved the problem.