Skip to main content

Task 1: Import dataset

This tutorial will utilize the following renowned dataset: Default of Credit Card Clients. The dataset is a comprehensive collection of information regarding credit card clients, their payment behaviors, and whether they defaulted on payments in the subsequent month. It originates from a study conducted in Taiwan and is commonly utilized in machine learning and data analysis tasks. Let's import the dataset.

  1. Click + ADD DATASET (OR DRAG & DROP).
  2. Select DATA RECIPE URL.
  3. In the Data Recipe URL box, enter:
    https://s3.amazonaws.com/data.h2o.ai/DAI-Tutorials/MLI+Tutorials/uci_credit_card_recipe.py
  4. Click Save.

Congratulations, you have successfully imported the dataset into H2O Driverless AI. In Task 2, we will explore the dataset to understand each column.


Feedback