This directory contains 10 workflows.
Using the adult dataset, this workflow performs binary classification (income > or < 50K) using a Decision Tree. The target is the income column, either […]
This workflow solves a classification problem on the iris dataset using the k-Nearest Neighbor (kNN) algorithm.
This workflow performs clustering of the iris dataset using k-Means. Two workflows: one to build the k-Means prototypes (top) and one to apply them to new […]
Using the adult dataset, this workflow performs binary classification using the Naive Bayes algorithm. The target is the income column, either <=50K or […]
Using the adult dataset, this workflow performs binary classification using a Logistic Regression. The target is the income column, either <=50K or <50K, […]
This workflow solves a classification problem on the iris dataset using Support Vector Machines (SVM).
This workflow builds a recommandation engine for market basket analysis using the Borgelt version of the Apriori algorithm. URL: Market Basket Analysis and […]
This workflow demonstrates the following standard preprocessing steps before training a machine learning model: - Partitioning - Outlier detection - Missing […]
This workflow demonstrates how to apply a fuzzy matching of two string. The string matcher was designed exactly for this task, but is limited to the […]
This workflow demonstrates the usage of the DB Looping node. The node allows the user to write a SQL query that uses the values from the input table as […]
Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.