No-code ML classifier on tabular lab data
A workflow splits a labelled dataset, trains a Random Forest classifier using KNIME's learner nodes, evaluates it with a scorer, and deploys it as a local REST endpoint for batch prediction.
A working predictive model is built and validated without writing any code, and retraining is a one-click re-run.
CSV Reader → Partitioning node (80/20) → Random Forest Learner → Random Forest Predictor → Scorer → ROC Curve node → KNIME Server REST endpoint (deploy).