Home > Data Mining and Oracle Data... > How Do You Mine Data? > Understanding Data and Mini... > Deploying the Results
There are many ways to deploy the results of model building:
Apply the model to new data to make predictions. Oracle Data Miner can be used to apply a model to new data; you can also apply models using the SQL Data Mining Functions. You may want to create a table that contains the predictions; such a table can be used by other applications.
Embed the model in an application. You can generate code that applies the model and then call that package from a PL/SQL program.
Create a report that lets users apply the model to their data. You can display the predictions in a report created using Oracle BI Publisher or even in a dashboard created using Oracle BIEE.
The way that you deploy the model depends on the business problem.
Oracle Data Miner allows you to save SQL for apply, create table, explore data, or model details nodes, as described in Deploy.