Is there a way to use the models created by KNIME (see the below examples) to be used on a local computer to make predictions for new data?
How do I use the models created in KNIME to make predictions on a local computer for new data?
1. Predict if death will occur from car accident data? (bag of models)
https://www.knime.com/nodeguide/applications/model-selection-and-management/model-selection-sampled
2. Predict house price based on new data put in to model created on local computer? (deep learning model)
https://www.knime.com/nodeguide/analytics/deep-learning/housing-value-prediction-using-regression.
Thank you