Oracle Accelerated Data Science SDK (ADS)

Oracle Accelerated Data Science (ADS) SDK

The Oracle Accelerated Data Science (ADS) SDK is a Python library that is included as part of the Oracle Cloud Infrastructure Data Science service. ADS offers a friendly user interface, with objects and methods that cover all the steps involved in the lifecycle of machine learning models, from data acquisition to model evaluation and interpretation.

Installation

python3 -m pip install oracle-ads

>>> import ads
>>> ads.hello()

    _    ____  ____
   / \  |  _ \/ ___|
  / _ \ | | | \___ \
 / ___ \| |_| |___) |
/_/   \_\____/|____/