-
Notifications
You must be signed in to change notification settings - Fork 255
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 Time Series Models #140
Comments
Which software did you use to 1) train ARIMA models and 2) convert those to PMML data format? |
I'm using Python ( Statsmodels ) to train the models. Nyoka to convert them to PMML data format. Kindly suggest better alternatives if any. Thanks |
Nyoka is generating some weird non-standard PMML 4.4 markup. So, you probably need some proprietary tools from the Nyoka team to deploy such PMML documents. |
Okay, I'll get in touch with them. Do you have any suggestions for alternate libraries ? |
Nyoka is producing some weird non-standard PMML 4.4 markup. It is extremely unlikely that any other tool vendor knows anything about it. |
Sorry if I didn't make my question clear. I was asking, instead of Nyoka, can we use some other library that you know of ? which can produce standard PMML markup, and can be read back in Java |
I am not sure about this statement regarding Nyoka - in by case, Nyoka generated valid PMML file for TimeSeriesModel accordant to PMML v4.4 specification. I have the same question as @hancelpv regarding the support for TimeSeriesModel because TimeSeriesModel is the part of the PMML v4.4 specification and currently not supported in jpmml-evaluator. This is the part of PMML v4.4 XSD schema which defines available/supported models:
|
To my knowledge, jpmml-evaluator doesn't support Time Series Models.
I wanted to make predictions using ARIMA model in Java.
Can I get some update on when this feature will be released ?
Would be of great help, if someone could suggest alternate solutions as well. (other libraries if any)
TIA
The text was updated successfully, but these errors were encountered: