Skip to content

Commit 8b5d45a

Browse files
committed
resolve comments
1 parent 017ce42 commit 8b5d45a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/source/user_guide/model_registration/frameworks/automlmodel.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ AutoMLModel
55

66
.. note::
77

8-
The ``ads.model.framework.automl_model.AutoMLModel`` class is deprecated. See this :ref:`link <Oralce_AutoMlx>` for more detailed information.
9-
8+
Working with AutoML has moved from within ADS to working directly with the automlx library.
109
To deploy an AutoMlx model, use `GenericModel <../../../ads.model.html#ads.model.generic_model.GenericModel>`__ class.
1110

1211
The following example take your trained ``AutoML`` model using ``GenericModel`` and deploy it into production with a few lines of code.

docs/source/user_guide/model_training/automl/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Oracle AutoMLx
33
==============
44

55
.. note::
6-
The ADS `AutoML <https://accelerated-data-science.readthedocs.io/en/v2.8.1/ads.automl.html#module-ads.automl.driver>`__, `AutoMLProvider <https://accelerated-data-science.readthedocs.io/en/v2.8.1/ads.automl.html#ads.automl.provider.AutoMLProvider>`__, `MLXGlobalExplainer <https://accelerated-data-science.readthedocs.io/en/v2.8.1/ads.explanations.html>`__, `MLXLocalExplainer <https://accelerated-data-science.readthedocs.io/en/v2.8.1/ads.explanations.html>`__ and `MLXWhatIfExplainer <https://accelerated-data-science.readthedocs.io/en/v2.8.1/ads.explanations.html>`__, `AutoMLModel <https://accelerated-data-science.readthedocs.io/en/v2.8.1/ads.explanations.html>`__, `AutoMLExtractor <https://accelerated-data-science.readthedocs.io/en/v2.8.1/ads.explanations.html>`__ are deprecated in 2.8.2 and will be removed in 3.0.0. This is to in favor of working directly with Oracle AutoMLx library.
6+
Working with AutoML has moved from within ADS to working directly with the AutoMLx library.
77
With AutoMLx moving into the open source domain, working directly with the library has many benefits.
88
One of these is that ADS and AutoMLx can now have independent version cadences.
99
AutoMLx is under active development, and will be expanding into areas of explainability, fairness and deep learning.
1010
To offer this functionality, the best way is for the ADS to work together as separate libraries.
11-
The AutoMlx library can be found in `automlx_p38_cpu_v#` conda pack. The documentation can be found at this `link <https://docs.oracle.com/en-us/iaas/tools/automlx/latest/html/multiversion/v23.1.1/index.html>`__. Notebook examples can be found at this `link <https://github.com/oracle-samples/automlx>`__.
11+
AutoMLx are preinstalled in conda pack automlx_p38_cpu_v2 and later, and can now be updated independently of ADS. AutoMLx documentation may be found at `this link <https://docs.oracle.com/en-us/iaas/tools/automlx/latest/html/multiversion/v23.1.1/index.html>`__.
12+
Notebook examples are in `Oracle's samples repository <https://github.com/oracle-samples/oci-data-science-ai-samples/tree/master/notebook_examples`__ and a migration tutorial can be found at :doc:`../../../user_guide/model_training/automl/quick_start.html>`__.
13+
1214

1315
.. toctree::
1416
:hidden:

0 commit comments

Comments
 (0)