pmml Questions
4
Solved
Apologies if this may have been answered somewhere but I've been looking for about an hour and can't find a good answer.
I have a simple Logistic Regression model trained in Scikit-Learn that I'm ...
Shaia asked 16/9, 2017 at 14:59
4
I'm following the instructions of PMML model export - spark.mllib to create a K-means model.
val numClusters = 10
val numIterations = 10
val clusters = KMeans.train(data, numClusters, numIteration...
Lodgings asked 15/6, 2016 at 14:35
5
Solved
I have a PMML file which I am trying to import/read in R to do some analysis based on it. I couldn't find a suitable function to read the model, although I found a package that is related to PMML. ...
1
As part of a machine-learning deployment project, I built a proof-of-concept where I created two simple logistic regression models for a binary classification task using R's glm function and python...
Missy asked 2/11, 2018 at 2:5
3
I have a PMML file which encodes a logistic regression model that was NOT exported from MLlib.
How can I import the model from PMML using MLlib in Java for evaluation/prediction?
(I know that MLl...
Matteson asked 29/1, 2017 at 11:58
3
Solved
Knime has generated for me a PMML model. At this time I want to apply this model to a python process. What is the right way to do this?
More in depth: I develop a django student attendance system....
Iselaisenberg asked 22/3, 2013 at 18:29
7
I am working with Maven and I am getting errors with compiling and building my project. It is the jpmml-project to evaluate some pmml file. Now I got this error:
Rule 0: org.apache.maven.plugins...
2
I want to export python scikit-learn models into PMML.
What python package is best suited?
I read about Augustus, but I was not able to find any example using scikit-learn models.
Melendez asked 19/10, 2015 at 18:25
6
Solved
There doesn't seem to be too many options for deploying predictive models in production which is surprising given the explosion in Big Data.
I understand that the open-source PMML can be used to ...
Gnosticism asked 10/3, 2014 at 19:15
1
I built an scikit-learn model and I want to reuse in a daily python cron job (NB: no other platforms are involved - no R, no Java &c).
I pickled it (actually, I pickled my own object whose one...
Penknife asked 12/7, 2017 at 15:31
1
Is there a standard (or available) way to export a Time Series model in R? PMML would work, but when I I try to use the pmml library, perhaps incorrectly, I get an error:
For example, my code look...
1
Solved
There seem to be a few options for exporting PMML models out of scikit-learn, such as sklearn2pmml, but a lot less information going in the other direction. My case is an XGboost model previously b...
Generatrix asked 14/10, 2016 at 17:36
0
How to convert an already trained model (e.g. RFRegressor or a GBM) stored in PMML format in C/C++ code ?
1
Solved
I know that it's possible to export models as PMML with Spark-MLlib, but what about Spark-ML?
Is it possible to convert LinearRegressionModel from org.apache.spark.ml.regression to a LinearRegress...
Circumpolar asked 18/4, 2016 at 8:37
1
Solved
I was trying to install the 'pmml' package in R using the install.packages('') option as well as from source. But keep getting errors both ways.
Trying from R
install.packages('pmml',dependencies...
0
I have converted a R model into PMML, using r2pmml.
I am now supposed to use this model in the C++ calculation module of machine but I'm a bit lost (I have never used C++ before).
I can't use Java...
1
Is there a way to export a gbm model to C++. Specifically, how do I invoke the predict.gbm function to run outside of R in order to score new datasets.
I have exported the model as a PMML file bu...
1
Solved
I've developed a spam classifier using pandas and scikit learn to the point where it's ready for integration into our hadoop-based system. To this end, I need to export my classifier to a more comm...
Draff asked 13/6, 2014 at 19:28
1
I am new in PMML: Predictive Model Markup Language (www.dmg.org) and I was wondering if there is some kind of Java support (Open Source / professional) for creating/parsing PMML files.
Initially ...
Antrum asked 2/9, 2011 at 8:19
1
© 2022 - 2024 — McMap. All rights reserved.