You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/model_training/automl/quick_start.rst
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
-
Prerequisites
2
-
=============
3
-
4
-
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>`__.
5
-
6
-
7
1
Quick Start
8
2
===========
9
3
4
+
.. admonition:: Prerequisite
5
+
6
+
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>`__.
7
+
10
8
This section provides a quick introduction to build a classifier using the Oracle AutoMLx tool for Iris dataset.
11
9
The dataset is a multi-class classification dataset, and more details about the dataset
12
10
can be found at `Iris dataset <https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html>`_. We demonstrate
0 commit comments