Skip to main content

Automated Machine Learning with Explainability

Project description

Automated Machine Learning with Explainability (AutoMLx)

The AutoMLx package provides advanced automated machine learning solutions and machine learning model explanations for tabular and text datasets.

The AutoML Pipeline automatically preprocesses, selects and engineers high-quality features in your dataset, which are then given to an automatically chosen and tuned machine learning model.

The MLExplainer offers a wide variety of visual and interactive explanations. For example, these include (local and global) feature importance, feature dependence and counterfactual explanations. These explanations provide multi-facetted insights into what your (AutoMLx or scikit-learn-style) model has learned and whether or not you should trust it.

The fairness module offers tools to help you diagnose and understand the unintended bias present in your dataset and model so that you can make steps towards more inclusive and fair applications of machine learning.

Installation

There are two ways to use AutoMLx.

Direct Installation

AutoMLx can be installed on x86 or ARM machines in a python 3.8 or 3.10 environment using:

pip3 install oracle-automlx

Several AutoMLx dependencies are optional and can be installed with:

pip3 install oracle-automlx[option]

where "option" can be one of:

  • "classic", which installs the libraries needed to support AutoML for tabular classification, regression and anomaly detection.
  • "viz", which provides visualization functionality for explanations and the AutoML time-series forecaster,
  • "forecasting", which installs the forecasting models needed for the AutoML time-series forecaster,
  • "deep-learning", which installs some torch-based deep-learning models for the AutoML classifier, regressor and anomaly detector.
  • "onnx", which installs the onnx-related libraries needed to export AutoML models to the ONNX format.
  • "explain",which installs the libraries needed to use the MLExplainer to compute machine.

Multiple optional dependencies can be installed simultaneously using a comma-separated list. For example:

pip3 install oracle-automlx[forecasting,viz]

Oracle Cloud Infrastructure (OCI) Data Science (DS) Conda Pack

AutoMLx is also available in the Oracle Cloud Infrastructure Data Science service in the AutoMLx conda pack.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

oracle_automlx-23.4.1-py310-none-any.whl (1.3 MB view hashes)

Uploaded Python 3.10

oracle_automlx-23.4.1-py38-none-any.whl (1.3 MB view hashes)

Uploaded Python 3.8

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page