Top "Knime" questions

KNIME (Konstanz Information Miner) is a user-friendly graphical workbench for the entire data analysis process.

Error in seq.default(from = min(x, na.rm = TRUE), to = max(x, na.rm = TRUE), : 'from' cannot be NA, NaN or infinite

I'm using R Learner in Knime. I want to discretize a matrix, which is the following: > my_matrix= as(…

r knime
Apply PMML predictor model in python

Knime has generated for me a PMML model. At this time I want to apply this model to a python …

python machine-learning knime pmml