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.Figure 9-58 Build via AutoML

Follow these steps to build via AutoML: