Skip to main content
Version: v0.9.0

Tutorial 1B: Auto-generate an AutoDoc for an H2O-3 model

Overview

This tutorial walks through the process (flow) of how you can generate an AutoDoc for a built model in H2O-3. To generate an AutoDoc for a built model in H2O-3:

Prerequisites

  • Knowledge of H2O-3

Step 1: Download the MOJO of the H2O-3 model

To build an AutoDoc for a supervised learning model built-in H2O-3, you need to download its MOJO first. For purposes of this tutorial will use a preloaded MOJO. With the above in mind, let's continue.

note

To learn more how to download the MOJO of a model built in H2O-3, see Downloading and uploading in R and Python.

Step 2: Define the settings for the AutoDoc

After downloading the MOJO of the built model in H2O-3, you need to define the settings for the AutoDoc.

  1. In H2O AutoDoc, click + Create new AutoDoc. create-new-autodoc.png
  2. In the New report list, select From H2O-3 MOJO.
  3. In the Report name box, enter a name for the AutoDoc (for example, H2O-3 AutoDoc). name.png
  4. Click Next: Upload model.
  5. Click Use credit card model. credit_card_model_mojo.png
    Note

    Instead of uploading a MOJO, let's use one of the preloaded MOJOs (models).

  6. Click Upload training data.
    Note

    Anytime you prepare the settings for an AutoDoc for a built model in H2O-3, you must upload the training dataset used to build the model.

  7. Click Use credit card training data.
    Note

    The CreditCard_Cat_Train.csv file contains the train data used to built the model.

  8. Click Upload validation data.
    Note

    Anytime you are preparing the settings for an AutoDoc for a built model in H2O-3, you need to upload the validation dataset used to build the model.

  9. Click Use credit card validation data. use-credit-card-validation-data.png
    Note

    The CreditCard_Cat_Valid.csv file contains the validation data used to built the model.

  10. Click Next: Upload test data.
  11. Click Skip test data.
    Note
    • For purposes of this tutorial, we will not upload the test dataset of the built model in H2O-3
    • Anytime you want to generate an AutoDoc for a built model in H2O-3, you don't need to provide a test or used test dataset
    • Not providing a test dataset will lead to the AutoDoc (report) not containing an overview of the validation dataset
  12. Click Create AutoDoc. create_autodoc.png

Summary

In this tutorial, we learned how to auto-generate an AutoDoc for an H2O-3 model.


Feedback