This node requires at least Apache Spark 2.0
Fix Value (Double)
Replaces missing values with a double given by the user.
This missing value handler produces valid PMML 4.2.
Fix Value (Integer)
Replaces missing values with an integer number given by the user.
This missing value handler produces valid PMML 4.2.
Fix Value (Local Date)
Replaces missing values with a local date given by the user.
This missing value handler produces valid PMML 4.2.
Fix Value (Local Date Time)
Replaces missing values with a local date time given by the user.
This missing value handler produces valid PMML 4.2.
Fix Value
No description provided.
Fix Value (String)
Replaces missing values with a string given by the user.
This missing value handler produces valid PMML 4.2.
Fix Value (False)
Replaces missing boolean values with false.
This missing value handler produces valid PMML 4.2.
Fix Value (True)
Replaces missing boolean values with true.
This missing value handler produces valid PMML 4.2.
Maximum
Finds the column's largest value and replaces all missing values with it.
This missing value handler produces valid PMML 4.2.
Mean
Calculates the mean value of all non-missing cells in a column,
replaces the missing values with this mean and changes the
column type to double.
See also Rounded Mean and Truncated Mean.
This missing value handler produces valid PMML 4.2.
Median (approximated, target precision 0.001)
Finds the column's approximated median value and replaces all missing values with it.
Implementation use space-efficient Online Computation of Quantile Summaries with a relative error of 0.0001.
This missing value handler produces valid PMML 4.2.
Median (exact)
Finds the column's exact median value and replaces all missing values with it.
For large tables this might be computationally expensive because the table needs
to be sorted to find the median.
This missing value handler produces valid PMML 4.2.
Minimum
Finds the column's smallest value and replaces all missing values with it.
This missing value handler produces valid PMML 4.2.
Most Frequent Value
Calculates the most frequent value in a column
and replaces the missing values with it.
This missing value handler produces valid PMML 4.2.
Remove Row*
This missing value handler removes rows that have a missing value in the column
it is configured for.
This missing value handler does not produce standard PMML 4.2!
Rounded Mean
Calculates the mean value of all non-missing cells in a column
and replaces the missing values with this (rounded) mean.
See also Mean and Truncated Mean.
This missing value handler produces valid PMML 4.2.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Extension for Apache Spark (legacy) from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!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.