-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Multiclass RandomForest #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
|
May I please know as to what kinds of tests are these? It works fine on my machine. |
|
If you click on "Details" you will see. You should follow ROOT coding convention. |
|
Hi @vgvassilev , diff --git a/tmva/pymva/src/MethodPyRFOneVsRest.cxx b/tmva/pymva/src/MethodPyRFOneVsRest.cxx Similar lines are added all over. I am unable to understand, how to interpret these additional added lines and how to understand my mistakes. |
|
@phsft-bot build! @satyarth934, it seems you found your way around this. The idea of the diff is that you can apply it without having clang format. You just open the log file in plain text copy the diff, store it on your machine and apply it with git apply. |
|
@vgvassilev , Thanks. |
|
Dear @satyarth934 Cheers |
omazapa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
The code dont have the required to be merged, I leave the comments for the @satyarth934
Cheers,
Omar.
Implementation of Multiclass RandomForest.