Icon

Simple Examples

This directory contains 7 workflows.

Icon01_​Basic_​Customer_​Segmentation_​Use_​Case 

Basic Customer Segmentation This workflow implements a basic customer segmentation through a clustering procedure. No input is required from the business […]

Icon1. Data Preparation and Regression on wine dataset 

Data Preparation and Regression on wine dataset This workflow preprocesses data and trains a linear regression to predict the alcohol column TAGS: […]

Icon1a. Deploying Linear Regression Model 

Deploying the wine alcohol predictor This workflow deploys a trained linear regression model and a normalization model into production to predict wine […]

Icon2. Logistic Regression on wine dataset 

Logistic Regression on wine dataset This workflow preprocesses data and trains a logistic regression to predict wine color. Performance is assessed with […]

Icon2a. Deploying Logistic Regression Model 

Deploying the wine color predictor This workflow deploys a trained logistic regression model and a normalization model into production to classify wines […]

IconImage Classification Application 

This workflow reads images of cats and dogs, performs some simple preprocessing, and trains and evaluates a Convolutional Neural Network (CNN) that is able […]

IconWorking with images in KNIME 

This workflow reads an image dataset and performs basic image manipulation operations. The nodes are part of the KNIME Image Processing community extension.