Here's a familiar predicament: you have the data you want to analyze, and you have a trained model to analyze them. Now what? How do you deploy your model to analyze your data?
In this video we will look at seven ways of deploying a model with KNIME Analytics Platform and KNIME Server. This list has been prepared with an eye toward where the output of the deployment workflow goes:
- to a file or database
- to JSON via REST API
- to a dashboard via KNIME's WebPortal
- to a report and to email
- to SQL execution via SQL recoding
- to Java byte code execution via Java recoding
- to an external application
Once you know these options, you will also know which one best satisfies your needs.