-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for GBM regression #19
Comments
Hey Jano Seems like Scoruby should support 4.3 GBM PMMLs that doesn't contain OutputField Thanks! |
@asafschers sorry for the late reply. Here are two models learned in R, using standard
Pretty standard stuff in R e.g.
|
Btw this seems to work find in master. Any chance for a version bump on rubygems? |
However this line looks extremely suspicious https://github.com/asafschers/scoruby/blob/master/lib/scoruby/models/gradient_boosted_model/model.rb#L23 for basic regression there should be no transformation. Is this for logistic regression only? |
+1 on this, @asafschers. |
I've learned a GBM regression tree model in R and tried loading it into ruby using scoruby and seems like it's not supported.
The r2pmml package produces a v4.3 .pmml that does not contain any
OutputField
I only see.The pmml package produces a v 4.4 pmml with something like this
I've looked at the source of scoruby and seems like the logic for detecting gbm needs an OutputField. How can I help to add support for regression GBM?
Great work so far!
The text was updated successfully, but these errors were encountered: