-
Hi,
I was wondering if there is any way i can embed a lookup table into the PMML file using sklearn2pmml. For example, My model is having 40 features.
Out of 40, 10 features i am filling using a CSV…
-
I am able to run binary classification with xgboost4j-spark on small amount of data. Keeping everything the same, as I increase the data, I get SIGSEGV. I'm looking for some help in figure out if i'm …
-
I was wondering, is there any way that we can set up models when the service starts?
-
Similar to #82, I noticed a sizable inconsistency when I incorporated SelectKBest feature selection with the Logistic Regression classifier and altered the number of features k.
I'm using the foll…
-
Hey I was trying to use your openscoring-python library to score a simple PMML model infact the exact same model that you have developed in sklearn2pmml library (DecisionTreeIris.pmml). The final aim …
-
Hi,
I'm testing a very simple case just to evaluate the library and ran into an issue. Here's the code:
```java
// Load training data
Dataset training = getTrainingData(jsc, sq…
-
Hi , I have a column with continuous values , in pandas I can use pd.cut() to group it into bins . I don't want to have the values in a separate file (as suggested in some other issues ).
`mapper…
-
I am currently updating our workflows with OpenMS 2.3 nodes.
Making OpenMS nodes using KNIME SDK and GenericWorkflowNodes by following our github wiki page works quite well.
Here are the remaini…
enetz updated
7 years ago
-
Lets say I train a Spark RandomForestClassifier, the exported pmml has for a specific field, the values:
```
2017-04-01T22:21:31Z
...
```
If …
-
I have created a PMML that runs on one openscoring instance but not on another. On one openscoring instance, the model returns the expected result while on the other it returns:
```
org.jpmml.evalua…