1.5 Typical Operations in Using Oracle Machine Learning for R
In using OML4R, the following is a typical progression of operations:
-
In an R session, connect to a schema in an Oracle Database instance.
-
Attach the schema and synchronize with the schema objects, which generates OML4R proxy objects for database tables.
-
Prepare the data for analysis and possibly perform exploratory data analysis and data visualization.
-
Build models using functions in the
OREmodels
orOREdm
packages. -
Score data using the models either in your local R session or by using embedded R execution.
-
Deploy the results of the analysis to end users.
Figure 1-1 Typical OML4R Workflow
This figure illustrates these steps and typical reiterations of them.

Description of "Figure 1-1 Typical OML4R Workflow"
Parent topic: Introduction to Oracle Machine Learning for R