This directory contains 14 workflows.
DB reading on a server from inside the workflow An example how to access an SQLite DB file inside workflow. Works both locally and on a KNIME […]
DB reading on a server from inside the workflow An example how to access an SQLite DB file inside workflow. Works both locally and on a KNIME […]
Quantile normalization example Quantile normalization is a technique to make two distributions identical in statistical properties, see […]
Example of python view with 2 axes A basic example how to make a view in python with 2 y axes URL: Original python plot code […]
Basic python script example A basic workflow demonstrating python script usage URL: Original forum thread […]
SMOTE performance Compare performance of the direct SMOTE usage vs running it only on the minority class URL: […]
Basic example of Mahalanobis distance calculation This KNIME workflow demonstrates usage of the Mahalanobis Distance calculation. The calculation is done […]
Model Interpretability: SHAP to explain predictions of Decision Tree Demonstrates use of SHAP implemenatation in KNIME 4.0 and generates a basic […]
Benchmark of string manipulation in a loop Different implementations are compared: Column Expressions, String Manipulation with header extraction and […]