Build via AutoML
The AutoMLx python package automatically creates, optimizes and explains
machine learning pipelines and models. The AutoML pipeline provides a tuned ML pipeline
that finds the best model for a given training dataset and a prediction task at hand.
AutoML has a simple pipeline-level Python API that quickly jump-starts the data science
process with an accurate tuned model.
The AutoML pipeline consists of five major stages of the ML pipeline:
preprocessing, algorithm selection, adaptive sampling, feature selection, and model
tuning.
These pieces are readily combined into a simple AutoML pipeline which
automatically optimizes the whole pipeline with limited user input/interaction.
Note:
The user needs to manually install the Oracle-AutoMLX Python package.Installation of AutoML
To use Model Building via AutoML, the oracle-automlx version 25.2.1 package must be installed. Some existing packages will automatically be downgraded from their current versions. For a smoother experience, users are recommended to create a Conda environment and install the required packages.
For automlx installation refer to: http://automl.oraclecorp.com/multiversion/v25.2.1/installation.html
Figure 11-58 Build via AutoML

Follow these steps to build via AutoML: