-
Hi,
I am using "jpmml-sparkml, version 1.2.4" to generate pmml models in spark (using Scala) and saving that output to local file system, but can't figure out how to set the following properties
…
-
Hello,
I trained a PMMLPipeline with OneHotEncoder and XGBClassifier using the following code snippet.
```
from sklearn_pandas import DataFrameMapper
from sklearn.preprocessing import OneHotEn…
-
val tmp :Dataset[Row]= .....
val lr = TrainRegressionUtils.createLR.setLabelCol(tmp.schema.last.name)
val dt = TrainRegressionUtils.createDT.setLabelCol(tmp.schema.last.name)
val r…
-
Is there a timeline for or any intent to support PMML Spec 4.2 in Augustus? I noticed that there hasn't been a commit in a few years and wasn't sure if there were any plans on reviving this.
Thanks
-
is there a standard way to export a time series in R? r2pmml would work,but when i try to use the library , perhaps incorrectly ,i get an error..
For Example, My code look like below..
library(forec…
-
# Expectation
Based on the documentation, using a `CompoundRule` around one or more other rules should not changes functionality, but be functionally equivalent to pushing the predicates from the `Co…
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
/kind feature
**What happened**:
When we run the model conversion jobs, we have to setup a real model inference server first, which may be no…
-
Is is possible to export models trained using Scikit-Survival (sksurv)?
This is the repos for sksurv: https://github.com/sebp/scikit-survival
sksurv contains a RandomSurvivalForest algorithm whi…
-
What is the tag I should use to add covariate in pypmml
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…