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
The [Oracle Accelerated Data Science (ADS) SDK](https://accelerated-data-science.readthedocs.io/en/latest/index.html) is maintained by the Oracle Cloud Infrastructure (OCI) [Data Science service](https://docs.oracle.com/en-us/iaas/data-science/using/data-science.htm) team. It speeds up common data science activities by providing tools that automate and simplify common data science tasks. Additionally, provides data scientists a friendly pythonic interface to OCI services. Some of the more notable services are OCI Data Science, Model Catalog, Model Deployment, Jobs, ML Pipelines, Data Flow, Object Storage, Vault, Big Data Service, Data Catalog, and the Autonomous Database. ADS gives you an interface to manage the life cycle of machine learning models, from data acquisition to model evaluation, interpretation, and model deployment.
6
7
7
8
With ADS you can:
8
9
9
-
- Read datasets from Oracle Object Storage, Oracle RDBMS (ATP/ADW/On-prem), AWS S3 and other sources into `Pandas dataframes`.
10
-
- Use feature types to characterize your data, create meaning summary statistics and plot. Use the warning and validation system to test the quality of your data.
11
-
- Tune models using hyperparameter optimization with the `ADSTuner` tool.
12
-
- Generate detailed evaluation reports of your model candidates with the `ADSEvaluator` module.
13
-
- Save machine learning models to the [OCI Data Science Model Catalog](https://docs.oracle.com/en-us/iaas/data-science/using/models-about.htm).
14
-
- Deploy models as HTTP endpoints with [Model Deployment](https://docs.oracle.com/en-us/iaas/data-science/using/model-dep-about.htm).
15
-
- Launch distributed ETL, data processing, and model training jobs in Spark with [OCI Data Flow](https://docs.oracle.com/en-us/iaas/data-flow/using/home.htm).
16
-
- Train machine learning models in OCI Data Science [Jobs](https://docs.oracle.com/en-us/iaas/data-science/using/jobs-about.htm).
17
-
- Define and run an end-to-end machine learning orchestration covering all the steps of machine learning lifecycle in a repeatable, continuous [ML Pipelines](https://accelerated-data-science.readthedocs.io/en/latest/user_guide/pipeline/overview.html#).
18
-
- Manage the life cycle of conda environments through the `ads conda` command line interface (CLI).
10
+
- Read datasets from Oracle Object Storage, Oracle RDBMS (ATP/ADW/On-prem), AWS S3 and other sources into `Pandas dataframes`.
11
+
- Tune models using hyperparameter optimization with the `ADSTuner` tool.
12
+
- Generate detailed evaluation reports of your model candidates with the `ADSEvaluator` module.
13
+
- Save machine learning models to the [OCI Data Science Model Catalog](https://docs.oracle.com/en-us/iaas/data-science/using/models-about.htm).
14
+
- Deploy models as HTTP endpoints with [Model Deployment](https://docs.oracle.com/en-us/iaas/data-science/using/model-dep-about.htm).
15
+
- Launch distributed ETL, data processing, and model training jobs in Spark with [OCI Data Flow](https://docs.oracle.com/en-us/iaas/data-flow/using/home.htm).
16
+
- Train machine learning models in OCI Data Science [Jobs](https://docs.oracle.com/en-us/iaas/data-science/using/jobs-about.htm).
17
+
- Define and run an end-to-end machine learning orchestration covering all the steps of machine learning lifecycle in a repeatable, continuous [ML Pipelines](https://accelerated-data-science.readthedocs.io/en/latest/user_guide/pipeline/overview.html#).
18
+
- Manage the life cycle of conda environments through the `ads conda` command line interface (CLI).
@@ -66,47 +66,44 @@ Oracle Accelerated Data Science SDK (ADS)
66
66
67
67
modules
68
68
69
-
.. admonition:: Oracle Accelerated Data Science (ADS) SDK
69
+
.. admonition:: Oracle Accelerated Data Science (ADS)
70
+
:class: note
70
71
71
-
The Oracle Accelerated Data Science (ADS) SDK is maintained by the Oracle Cloud Infrastructure Data Science service team. It speeds up common data science activities by providing tools that automate and/or simplify common data science tasks, along with providing a data scientist friendly pythonic interface to Oracle Cloud Infrastructure (OCI) services, most notably OCI Data Science, Data Flow, Object Storage, and the Autonomous Database. ADS gives you an interface to manage the lifecycle of machine learning models, from data acquisition to model evaluation, interpretation, and model deployment.
72
+
Oracle Accelerated Data Science (ADS) is maintained by the Oracle Cloud Infrastructure Data Science service team. It speeds up common data science activities by providing tools that automate and/or simplify common data science tasks, along with providing a data scientist friendly pythonic interface to Oracle Cloud Infrastructure (OCI) services, most notably OCI Data Science, Data Flow, Object Storage, and the Autonomous Database. ADS gives you an interface to manage the lifecycle of machine learning models, from data acquisition to model evaluation, interpretation, and model deployment.
72
73
73
-
With ADS you can:
74
+
With ADS you can:
74
75
75
-
- Read datasets from Oracle Object Storage, Oracle RDBMS (ATP/ADW/On-prem), AWS S3, and other sources into Pandas dataframes.
76
-
- Easily compute summary statistics on your dataframes and perform data profiling.
77
-
- Tune models using hyperparameter optimization with the ADSTuner tool.
78
-
- Generate detailed evaluation reports of your model candidates with the ADSEvaluator module.
79
-
- Save machine learning models to the OCI Data Science Models.
80
-
- Deploy those models as HTTPS endpoints with Model Deployment.
81
-
- Launch distributed ETL, data processing, and model training jobs in Spark with OCI Data Flow.
82
-
- Train machine learning models in OCI Data Science Jobs.
83
-
- Manage the lifecycle of conda environments through the ads conda command line interface (CLI).
84
-
- Distributed Training with PyTorch, Horovod and Dask
76
+
- Read datasets from Oracle Object Storage, Oracle RDBMS (ATP/ADW/On-prem), AWS S3, and other sources into Pandas dataframes.
77
+
- Easily compute summary statistics on your dataframes and perform data profiling.
78
+
- Tune models using hyperparameter optimization with the ADSTuner tool.
79
+
- Generate detailed evaluation reports of your model candidates with the ADSEvaluator module.
80
+
- Save machine learning models to the OCI Data Science Models.
81
+
- Deploy those models as HTTPS endpoints with Model Deployment.
82
+
- Launch distributed ETL, data processing, and model training jobs in Spark with OCI Data Flow.
83
+
- Train machine learning models in OCI Data Science Jobs.
84
+
- Manage the lifecycle of conda environments through the ads conda command line interface (CLI).
85
+
- Distributed Training with PyTorch, Horovod and Dask
Copy file name to clipboardExpand all lines: docs/source/release_notes.rst
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
Release Notes
3
3
=============
4
4
5
+
2.8.4
6
+
-----
7
+
Release date: May 3, 2023
8
+
9
+
* Added support for creating ADSDataset from pandas dataframe.
10
+
* Added support for multi-model deployment using Triton.
11
+
* Added support for model deployment local testing in ``ads opctl`` CLI.
12
+
* Added support in ``ads opctl`` CLI to generate starter YAML specification for the Data Science Job, Data Flow Application, Data Science Model Deployment and ML Pipeline services.
13
+
* Added support for invoking model prediction locally with ``predict(local=True)``.
14
+
* Added support for attaching customized score.py when preparing model.
15
+
* Added status check for model deployment delete/activate/deactivate APIs.
16
+
* Added support for training and verifying SparkPipelineModel in Dataflow.
17
+
* Added support for generating score.py for GPU model deployment.
18
+
* Added support for setting defined tags in Data Science jobs.
19
+
* Improved model deployment progress bar.
20
+
* Fixed bug when using ``ads opctl`` CLI to run jobs locally.
21
+
* Fixed bug in Dataflow magic when using archive_uri in dataflow config.
0 commit comments