Learns partial least squares regression implemented by scikit-learn library.
The model is trained with the selected numerical target column(s), and feature columns (can be numerical or nominal) from the input table. At least one numerical column and another numerical or nominal column is expected. By default, the rightmost numerical column is selected as the target column and all the remaining columns are selected as features.
If there are at least two numerical columns and two other numerical or nominal columns available, rightmost two numerical columns are selected as targets and all the remaining columns are selected as features by default. If there are only two numerical (or one numerical and one nominal) columns are available, the rightmost column is selected as the target and the other column is selected as the feature by default.
Selection of columns used as features. Columns with nominal and numerical data are allowed.
Selection of column(s) used as target(s). Only columns with numerical data are allowed.
Define whether missing values in the input data should be skipped or whether the node execution should fail on missing values.
Available options:
The number of basic components to compute.
Should be in [1, min(number_of_samples, number_of_features, number_of_targets)]
.
Number of samples is the number of rows in the input table.
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 Python Extension Development (Labs) 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.