Help & Support

212.660.6600

H2O Driverless AI

A review of H2O Driverless AI software for use in direct marketing data science operations

Try it now
4.5

About H2O

H2O Driverless AI is a tool which is designed to automate many data science tasks. By making use of powerful GPUs, tasks that used to take months can be reduced to only a few minutes.

Whether you are an experienced data science professional, or only a beginner, this tool can help generate reliable machine learning models. It includes various data visualization tools, model interpretation features, and enables low-latency deployment.

It has a number of features which will work well from a direct marketing perspective. There are several tabs for access to datasets. Depending on which dataset is chosen, different functionality is provided. The first tab, DATASETS, lets you view details of a specific dataset, general information about its characteristics, and some basic visualization of the contained data. By pointing the cursor at a particular dataset, you are provided options to split, visualize, predict, and delete data.

Features

Data visualization

The Driverless AI implementation follows the cross-industry standard process for data mining (CRISP-DM). You are able to visualize and gain some basic understanding of your data by clicking on ‘details’. Information is provided for a number of standard factors, such standard distribution, mean, and more. This section provides you with visual overview of the dataset, such as who the clients are, what their age is, their gender, place of residence, etc.

 

img1_3.png



For example, the selected column above shows that the mean age of the targeted audience is 71, with the youngest person being 20 and the oldest being 100 years old. The column to its right, Gender, shows that 84% are women and only 10% are men.

By clicking on ‘visualize,’ you can see more detailed information. For instance, looking at one of the visualizations (pictured below) you get a good understanding of negative feature distribution, or a characteristic that is missing among a data group. Other visualizations can help determine outliers, single-out distorted data, or simply better see patterns in complex datasets.

For instance, your targeting might not be as accurate if you have full columns with too much missing data, so this can help you single out the source of the problem.

 

img2_3.png



You also have the option for creating more specific visualizations of the data. There is also a helpful feature which allows you to make semi-automatic predictions where parameters can be chosen with a few clicks.


Data preparation

As per the next step of CRISP, data preparation, you can also split the dataset, and divide it into a training subset, which is used for training the model, and a validation subset which is used to help detect overfitting and to assist in hyperparameter search. The testing set is used to measure the performance of the model. While Driverless AI makes it easy to split the data in a few clicks, it still requires you to think through what exactly you want to get out of this action. In the image below you can see that with the help of a slider, you can determine the exact train/valid split-ratio you require. However, before this, you need to specify the target, fold, or time columns.

For instance, the target variable can be Response Rate, and when you divide the dataset into 3 parts and train your model, it will help you better predict response rate of your audience and, subsequently, will help you better understand which part of the audience is worth targeting for the most effective results.

 

img3_3.png



Data modeling

In the second tab, EXPERIMENTS, which is responsible for the modeling stage of CRISP, you are provided a detailed overview of the entire dataset, with a number of files you can download and view for the purposes of analysis. When creating an experiment, you can choose which columns to drop, what are the target and weight columns, and a specific metric (accuracy, logloss, F1, etc).

In the case of direct marketing, it is better to choose F1, due to the fact that classes are typically not balanced (usually the amount of people who did not respond is much greater than the amount of people who did, which creates some disbalance in the dataset). If we choose regular accuracy, the model can overfit and will result in a 0 score. (This is due to the fact that with direct marketing the largest data group is non-responders). For our purpose, it is far more important to be able to detect the “1” class, which represents responders.

In short, Driverless AI will help you easily deal with one of the biggest challenges in data modeling—how to deal with significant disbalance in your data.

 

img4_2.png



Data interpretation

Once the experiment has been performed and the comprehensive results are displayed (see above image for reference), you can choose an option for Driverless AI to interpret those modeling results for you (as per the evaluation step of CRISP).

However, there’s plenty of information to explore on the main page. You already get information about the most important variables in your dataset, description of data set parameters, validation visualization, and experiment summary (scores, time info, CPU/GPU usage).

The visualizations of the ROC (receiver operating characteristic), P-R (precision-recall), LIFT, GAINS curves and the Kolmogorov–Smirnov test can help determine which percentage of the data will return the most efficient results, enabling you to get rid of bulks of data you might not necessarily need.

This is directly relevant for the purposes of direct marketing . When sending an offer to people at random, you may only get a 1% response rate. Random targeting in this manner can be inefficient and expensive. However if you can find a subset of the audience that has a better response rate, you can target only that subset in future mailings. Continuing to do this randomly can potentially lose you a percentage of responders.

Predictive modeling can help improve these response rates. By taking a sample of people, you build a model, which then assigns a score to each datum for every observation that might be relevant. By using these scores, it is possible to identify an ideal target group. With a good model, people who have a higher score are also more likely to respond to the offer in real life. The LIFT and GAINS curves will help visualize which percentage of the data will bring you best results (i.e. the higher scoring part of the target audience).

 

img5_3.png



For a more comprehensive analysis, Driverless AI provides four automatically generated charts: MLI (Machine Learning Interpretability) parameters summary, DAI (Data Analytics & Intelligence) model summary, surrogate model summary, and the most important variables in the model as per the algorithm used. (These include K-LIME, Shapley, Variable Importance, Decision Tree and Partial Dependence). Experiment summary with a detailed overview of every aspect and feature of the model is downloadable, so that it is possible to try the trained model on another dataset, and download or build a scoring pipeline.

The experiment summary included in the .zip file contains many files that provide information ranging from confusion matrix, gains test results, and comprehensive model description, to train data summary and score, feature and coefficient description.

 

img6_2.png



In the MLI tab, you are provided a list of already interpreted datasets. In the AUTOVIZ tab are already complete visualizations.The DIAGNOSTICS, DEPLOYMENTS AND RESOURCES tabs are generally self-explanatory.

For the deployment stage of CRISP, either a python client or a MOJO 2 runtime can be used. It is worth noting that while deploying, in order to make evaluating new campaigns more convenient, it is recommended that you export the model and make predictions locally.

In the RESOURCES tab. you can also see information about the entire system.

 

img7_2.png

Summary

For the purposes of direct marketing, Driverless AI visualizations can help gain a better understanding of who your clients are. As a result, this will help choose a smaller target group that will have a better response rate. It enables building a data model which can be used again for other campaigns.

It is important to understand that the process should be characterized as semi-automatic. While there are few other tools that can compare for removing many of the tedious tasks in data modeling, it is not purely intuitive; you do need to understand what you are doing. Although the data analysis is done for you, it is important to be able to analyze the end result and determine the meaning behind each metric, in order to recognize whether or not to toggle any of the parameters. That said, there are few other tools that will help you deal with the challenges associated with data modeling as Driverless AI, particularly for the purposes of analysis direct marketing data.

Driverless AI star rating

Overall functionality useful to a direct marketer
4.5 /5

For a beginner data scientist: 5.0
For an experienced data scientist: 4.0

This tool will greatly simplify the ML modeling process for a beginner data scientist or engineer. While it will still be immensely useful for an experienced user, due to oversimplification, it might lack some of the more nuanced functionality that an expert might require.

Intuitive User Experience
4.5 /5

For a beginner data scientist: 4.0
For an experienced data scientist: 5.0

For those with a good deal of experience with data science analysis and modeling across different platforms, Driverless AI is quite simple to use. For a beginner user it might take more time to make all the connections and to be able to interpret the data fluently. However after familiarizing oneself with the process, the whole experience is well worth the time spent.

Related Articles

Pentaho vs Tableau: Two popular visualization and dashboarding tools

Pentaho vs Tableau:...

H2O's Driverless AI: An AI That Creates AI

H2O's Driverless AI:...

Democratising Machine learning with H2O

Democratising Machin...

Related Experts

Data Scientist

Data Scientist

Machine Learning Engineer

Machine Learning Engineer

Business Analyst

Business Analyst

Data Journalist

Data Journalist

Solutions Advisor

Solutions Advisor

Related Solutions

Predict Customer or Prospect Behavior

Predict Customer or Prospect Behavior

Win Back Lost Customers

Win Back Lost Customers

Better Marketing Decisions

Better Marketing Decisions

Other Tools

Auger
Artificial Intelligence/ Modeling/Segmentation Commercial

Auger

Auger.AI offers the industry most accurate Automated Machine Learning. It intelligently traverses the infinite space of algorithm / hyperparameter combinations...

DataRobot
Artificial Intelligence/ Modeling/Segmentation Commercial

DataRobot

DataRobot provides the ideal combination of automated machine learning, comprehensive training, and professional services to make your vision real.

KNIME Analytics Platform
Data ETL & Data Wrangling FREE Open Source

KNIME Analytics Platform

KNIME Analytics Platform is a powerful free open source data mining tool which enables data scientists to create independent applications and services through a...