Learns Gaussian Process Regression implemented by scikit-learn library.
The implementation follows the algorithm in section 2.1 of the paper Gaussian Processes for Machine Learning by Carl E. Rasmussen and Christopher K.I. Williams (2006).
The model is trained with the selected numerical target column, and feature columns (can be numerical or nominal) from the input table. By default, the rightmost numerical column is selected as the target column and all the remaining numerical columns are selected as features.
Selection of columns used as feature columns. Columns with nominal and numerical data are allowed.
Selection of column used as the target column. 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:
Value added to the diagonal of the kernel matrix during fitting.
The kernel specifying the covariance function of the Gaussian Process. The default kernel is
ConstantKernel(1.0, constant_value_bounds="fixed") * RBF(1.0, length_scale_bounds="fixed")
.
Available options:
Whether or not to normalize the target values y
by removing the mean and scaling
to unit-variance. This is recommended for cases where zero-mean, unit-variance priors are used.
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.