Skip to content

oracle-samples/automlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoMLx Demo Notebooks

This repository contains demo notebooks (sample code) for the AutoMLx (automated machine learning and explainability) package from Oracle Labs.

The notebooks are intended to show how to initialize, train and explain an AutoML model in a few lines of code. The notebooks also cover many of the advanced features available in the AutoMLx package.

Installation

Pre-executed copies of each of the demo notebooks are available as html files, which can be viewed without installing anything.

To run the demo notebooks yourself:

  1. Create a free trial account and a new project on the OCI Data Science service.
  2. Install the AutoMLx conda pack.
  3. Import, open and run the demo notebooks.

Documentation

The demo notebooks in this repository serve as supplementary documentation for the AutoMLx package. The AutoMLx class documentation is available on docs.oracle.com.

Examples

These demo notebooks cover the five machine learning tasks supported by the AutoMLx package:

Help

Create a GitHub issue.

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.

Security

Please consult the security guide for our responsible security vulnerability disclosure process.

License

Copyright (c) 2023 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.

Third-Party Software

Developers choosing to distribute a binary implementation of this project are responsible for obtaining and providing all required licenses and copyright notices for the third-party code used in order to ensure compliance with their respective open source licenses.

Third-Party Datasets

The AutoMLx demo notebooks download and use several third-party datasets to showcase AutoMLx functionality.

Dataset License Description
Airlines No License The dataset consists of a large amount of records, containing flight arrival and departure details for all the commercial flights within the USA, from October 1987 to April 2008.
M4 Competition GPL 3.0 with MOFC Terms We select a series from the finance sector with weekly collection frequency (Finance W142) from the M4 forecasting competition.
Census Income CC By 4.0 Census Income Dataset is used to predict whether income exceeds $50K/yr based on the 1994 US Census data. It is also frequently known as the "Adult" dataset.
Credit Card Fraud ODC DbCL v1.0 The dataset contains transactions made by credit cards in September 2013 by European cardholders. This dataset presents transactions that occurred in two days, where we have 492 frauds out of 284,807 transactions.
California Housing No License This dataset was derived from the 1990 U.S. census, using one row per census block group. The target variable is the median house value for California districts.
Newsgroup 20 No License The 20 Newsgroups data set is a collection of approximately 20,000 newsgroup documents, partitioned (nearly) evenly across 20 different newsgroups.