arthion

Results 16 comments of arthion

Hey @rcurtin, can I implement RandomForestRegressor and AdaBoostRegressor? Randomforest is pretty simple, and for AdaBoost there is some work to do.

@rcurtin I am trying to find a good beginner's issue, do you think this feature request can be implemented by a beginner to learn about mlpack.

@shaojunjie0912 Thank you for informing, I forgot to change the type of prediction variable. The size_t is trying to store double, the result was the large integer value you were...

Hey @zoq, I completed everything that a random forest regressor needs, if there is any need for modification or addition, ping me. Now I want to add an [adaboost regressor](https://www.researchgate.net/publication/2424244_Improving_Regressors_Using_Boosting_Techniques)...

> Looking at the code, do you think it would be possible to add another `Predict` function to the existing `RandomForest` implementation? What should be the functionality for this new...

> Hi~ > > Pls when can this branch be merged into the master branch? > > @arthiondaena Should probably ask the reviewer.

Hey @zoq, when can this be merged?

> @arthiondaena sorry for our slow response on this, your PR just went stale so I have reopened it. > @arthiondaena are you still interested in continuing working on this?...

@shrit Is this PR good to be merged or are there any changes required ?

can i implement graph algorithms like FloydWarshall, BellmanFord, etc..