You can easily download and run the workflow directly in your KNIME installation. We recommend that you use the latest version of the KNIME Analytics Platform for optimal performance.
Here's how the workflow operates:
1. Python Script node generates a dataset with 200 random points in a 2D space. Target variable "Y" is then generated based on the XOR logic function. "Y_nominal" is the nominal form ("yes" or "no") of the target variable "Y", and "Y_numeric" is in the corresponding numeric form (1 or 0).
2. Then we split the dataset into train and test subsets.
3. Lasso Regression is performed with feature targets X_0, X_1, and target column Y_numeric.
Gaussian Process Regression is performed with feature targets X_0, X_1, and target column Y_numeric.
Gaussian Process Classification is then performed with feature targets X_0, X_1, and target column Y_nominal.
4. For each algorithm, a Python view is created showcasing a plot with data points coloured based on their class.
URL: Scikit-Learn - Lasso Regression https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html#sklearn.linear_model.Lasso
URL: Scikit-Learn - Gaussian Process Regression https://scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html#sklearn.gaussian_process.GaussianProcessRegressor
URL: Scikit-Learn - Gaussian Process Classification https://scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html#sklearn.gaussian_process.GaussianProcessClassifier
URL: Scikit-Learn - GPC on the XOR dataset https://scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, 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.