This directory contains 14 workflows.
This component allows to filter columns by their index (i.e. position). An example can be: select the second and the last columns (e.g. with "2,-1"), or […]
This component allows to filter columns and rename column names of a dataset. The workflow processes automatically all columns and shows them in the output […]
This KNIME component allows you to apply various data cleaning steps interactively. Default configuration will implement cleaning of missing values and […]
This component inverts the signs of the values attached to given categories. You select the value column to invert the signs from, the categories with the […]
This Component transforms values of the user selected columns to normalized values by standardizing them across their mean values. The Component uses the […]
This Component transforms values of the columns to normalized values by using the pickled object provided at input. This Component has to be used along with […]
This Component loads the pickled object that is created by the Verified Component Python Transform [ kni.me/c/KwccMRKudBpcML_- ] and saved via the Python […]
This component implements quantile normalization, which is a technique to make two distributions identical in statistical properties. See […]
This component generates example data for classification tasks based on the make_classification() function in the Python scikit-learn library. The […]
This component generates example data for a clustering task based on the make_blobs() function in the Python scikit-learn library. For more information see […]