4 Prepare and Explore Data in the Database
Use Oracle Machine Learning for R functions to prepare data for analysis and to perform exploratory analysis of the data.
These functions make it easier for you to prepare very large enterprise database-resident data for modeling. They are described the following topics:
- Prepare Data in the Database Using Oracle Machine Learning for R
Using OML4R, you can prepare data for analysis in the database. - Explore Data
Oracle Machine Learning for R provides functions that enable you to perform exploratory data analysis. - Data Manipulation Using OREdplyr
OREdplyr
package functions transparently implementdplyr
functions for use withore.frame
andore.numeric
objects.