Skip to content
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 quantile distribution in GBM #11

Open
zhengwei14 opened this issue Oct 29, 2021 · 0 comments
Open

Support for quantile distribution in GBM #11

zhengwei14 opened this issue Oct 29, 2021 · 0 comments

Comments

@zhengwei14
Copy link

INFO 2021-10-29 16:26:52 [main] org.jpmml.h2o.Main [TID: N/A]- Loading MOJO..
INFO 2021-10-29 16:26:52 [main] org.jpmml.h2o.Main [TID: N/A]- Loaded MOJO in 305 ms.
INFO 2021-10-29 16:26:52 [main] org.jpmml.h2o.Main [TID: N/A]- Converting MOJO to PMML..
ERROR 2021-10-29 16:26:53 [main] org.jpmml.h2o.Main [TID: N/A]- Failed to convert MOJO to PMML
java.lang.IllegalArgumentException: Distribution family quantile is not supported
at org.jpmml.h2o.GbmMojoModelConverter.encodeModel(GbmMojoModelConverter.java:111)
at org.jpmml.h2o.GbmMojoModelConverter.encodeModel(GbmMojoModelConverter.java:45)
at org.jpmml.h2o.Converter.encodePMML(Converter.java:88)
at org.jpmml.h2o.Main.run(Main.java:120)
at org.jpmml.h2o.Main.main(Main.java:90)

@vruusmann vruusmann changed the title java.lang.IllegalArgumentException when convert a h2o model to PMML Support for quantile distribution in GBM Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant