Skip to content

Commit

Permalink
updates to DAI Test Drive dataset instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CastroA authored and CastroA committed Mar 4, 2019
1 parent 16cc416 commit 5485a19
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1,321 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified DriverlessAI/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ The dataset used for this experiment is the infamous Titanic Dataset. We will cr
|passenger Id|Id randomly generated| |
|pclass|Passenger Class| 1= 1st, 2 =2nd, 3=3rd|
|survived|Survival| 0=No, 1=Yes|
|name|Passenger name| |
|name(without salutation)|Passenger name without salutations| |
|name_with_salutations|Passenger name| |
|name_without_salutations|Passenger name without salutations| |
|sex|Sex|Female, Male|
|age|Age in years| |
|sibsp|Number of siblings/Spouse aboard| |
Expand All @@ -182,21 +182,23 @@ The dataset used for this experiment is the infamous Titanic Dataset. We will cr
|body|Body number| |
|home.des|Home Destination| |

### Download the Titanic Datasets

- [Titanic Set](https://s3.amazonaws.com/data.h2o.ai/DAI-Tutorials/titanic.csv)

### Load the Data
### Add the Data

Navigate back to the H2O Driverless Welcome page.
1. Click on **Add a Dataset(or Drag and Drop)**
2. Select **UPLOAD FILE**

![add-dataset](assets/add-dataset.jpg)
1\. Click on **Add a Dataset(or Drag and Drop)**

2\. Select **FILE SYSTEM**

![add-dataset-file-system](assets/add-dataset-file-system.jpg)

3\. Enter the following */data/TestDrive/titanic.csv* into the search bar. Select *titanic.csv* then **Click to Import Selection**.

![select-titanic-dataset](assets/select-titanic-dataset.jpg)

1\. In your local machine, navigate to the directory where the **titanic.csv** dataset was downloaded and select the file

2\. If the file was uploaded successfully then you should see an image similar to the one below:
4\. If the file loaded successfully then you should see an image similar to the one below:

![titanic-set-overview](assets/titanic-set-overview.jpg)

Expand Down

0 comments on commit 5485a19

Please sign in to comment.