This directory contains 9 workflows.
Basic Customer Segmentation This workflow implements a basic customer segmentation through a clustering procedure. No input is required from the business […]
Data Preparation and Regression on wine dataset This workflow preprocesses data and trains a linear regression to predict the alcohol column TAGS: […]
<h4>Can I save this table?</h4><p></p>
Deploying the wine alcohol predictor This workflow deploys a trained linear regression model and a normalization model into production to predict wine […]
Logistic Regression on wine dataset This workflow preprocesses data and trains a logistic regression to predict wine color. Performance is assessed with […]
Deploying the wine color predictor This workflow deploys a trained logistic regression model and a normalization model into production to classify wines […]
This workflow reads images of cats and dogs, performs some simple preprocessing, and trains and evaluates a Convolutional Neural Network (CNN) that is able […]
<h3>JSON Output</h3><ul><li><p>Enforce the model to output a JSON object.</p></li><li><p>Provide examples of the desired output in the […]
This workflow reads an image dataset and performs basic image manipulation operations. The nodes are part of the KNIME Image Processing community extension.