Closed Iron-Stark closed 7 years ago
@zoq @rcurtin I have made the suggested changes. Please Review.
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.
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.
@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.