Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions docs/source/user_guide/model_training/automl/quick_start.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Prerequisites
=============

You need to check if AutoMLx library is installed in your environment. For more information on the conda environments that contain AutoMLx, check `this page <https://docs.oracle.com/en-us/iaas/data-science/using/conda-automlx-fam.htm>`__.


Quick Start
===========

.. admonition:: Prerequisite

You need to check if AutoMLx library is installed in your environment. For more information on the conda environments that contain AutoMLx, check `this page <https://docs.oracle.com/en-us/iaas/data-science/using/conda-automlx-fam.htm>`__.

This section provides a quick introduction to build a classifier using the Oracle AutoMLx tool for Iris dataset.
The dataset is a multi-class classification dataset, and more details about the dataset
can be found at `Iris dataset <https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html>`_. We demonstrate
Expand Down