|
1 |
| -# Oracle Accelerated Data Science SDK (ADS) |
| 1 | +# Oracle Accelerated Data Science (ADS) |
| 2 | + |
| 3 | +[](https://pypi.org/project/oracle-ads/) [](https://pypi.org/project/oracle-ads/) [](https://github.com/ambv/black) |
2 | 4 |
|
3 |
| -[](https://pypi.org/project/oracle-ads/) [](https://pypi.org/project/oracle-ads/) |
4 | 5 |
|
5 | 6 | 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). |
19 | 19 |
|
20 | 20 | ## Installation
|
21 | 21 |
|
|
0 commit comments