Deploying your Predictive Models as a Service via Domino

Jo-fai Chow
Jo-fai ChowData Scientist at H2O.ai - Customer Success, Smart Apps, Machine Learning & Data Visualization
Deploying your Predictive
Models as a Service via
Domino API Endpoint
Jo-fai (Joe) Chow
Data Scientist at Domino Data Lab
6/16/2015 1LondonR
Agenda
• Background
• My Domino Experience
o Why
o How
• Examples (Iris & Stock Market)
• Conclusions
• Q & A
6/16/2015LondonR 2
I LondonR!
6/16/2015LondonR 3
All about my PhD project
very interesting stuff …
First Collaboration
6/16/2015LondonR 4
http://blog.dominoup.com/using-r-h2o-and-domino-for-a-kaggle-competition/
Recap: what I really do
6/16/2015LondonR 5
Recap: what I really do
6/16/2015LondonR 6
Since last talk …
xgboost(…),
h2o.deeplearning(…)
About Domino Data Lab
6/16/2015LondonR 7
Why I use Domino
• Data science is complicated.
o Knowing how to fit a model is not enough!
o Variety of challenges from data analysis to production.
o There is no one-size-fits-all solution.
• I do not have time/skills for every single task.
• I can use Domino to fill the gaps.
• Focus on understanding problems, improving
models and presenting results.
• Speed up analysis in just a few clicks.
• More time for family and other stuff.
6/16/2015LondonR 8
How I use Domino
• Interface
o Web or R
• Examples
o Hello, World! (Iris)
o Stock Market Forecast
• Code Sharing
• Try it Yourself
6/16/2015LondonR 9
Web Interface
6/16/2015LondonR 10
Control Panel
A List of Runs
Console
Web Interface
6/16/2015LondonR 11
Resource Usage (I found it very useful!)
R Interface
6/16/2015LondonR 12
R Interface
6/16/2015LondonR 13
“Hello, World!” Example
• Classic dataset - Iris
• Four numeric features / predictors (x)
o Sepal Length, Sepal Width, Petal Length and Petal Width
• One categorical target (y)
o Three species of Iris – Setosa, Versicolor and Virginica
• Using R to build a simple predictive model
• Saving the model for future use
• Deploying the model as web service
• Automatic version control
6/16/2015LondonR 14
Predictive Model?
6/16/2015LondonR 15
y = f( X1, X2, X3, X4)
Upload and Run
6/16/2015https://app.dominoup.com/jofaichow/example_iris 16
Upload the R script to
Domino (Web / R)
Start the Run
(Web / R)
Evaluate and Save
6/16/2015LondonR 17
Print “Random Forest”
model summary
Model with highest
10-fold cross-
validation accuracy
(i.e. best parameter
setting)
Include statistics for
future comparison
Finally, save the model
for future use
Deploy
6/16/2015LondonR 18
Model
This script 1) loads the model, 2) takes four numeric inputs
(X1, X2, X3 & X4) and then 3) returns a prediction.
Deploy
6/16/2015LondonR 19
Point to that script
Specify the function to call
Publish or unpublish the API
Domino automatically keeps all versions of your API
How to use the API?
6/16/2015LondonR 20
Python API Example
6/16/2015LondonR 21
X1, X2, X3 and X4
The four Iris features:
Sepal Length, Sepal Width,
Petal Length and Petal Width
Stock Market Forecast
• Historical stock data from Yahoo!
• Using R to generate numeric features (x)
• Target (y) – Next Trading Day % Change in Closing
Price
• Using R to build ensembles for forecast
• Configure scheduled runs
• Automatic version control
• API
6/16/2015LondonR 22
Predictive Model
6/16/2015LondonR 23
Historical stock price
data from Yahoo!
x: Multiple Technical Analysis Indicators
y: Next Day % Change in Closing Price
Predictive Model:
Ensemble of xgboost models
For more info, see
app.dominoup.com/jofaichow/example_stock
Scheduled Runs
6/16/2015LondonR 24
Point to the R script
Schedule to run at a certain time every
Weekday (more options available)
Re-publish API endpoint so it uses the latest results
Select different hardware tiers
Notify your friends / colleagues / clients
Results Notification
6/16/2015LondonR 25
Summary PDF
Automatic Version
Control
6/16/2015LondonR 26
Latest Version One of the Previous Versions
(I was experimenting with ggplot2)
Stock API Endpoint
6/16/2015LondonR 27
Stock Symbol (Ticker) for Query
Code Sharing
6/16/2015LondonR 28
Control Panel  Settings  One Click
Try it Yourself
6/16/2015LondonR 29
Register at www.dominodatalab.com
Help, Quick Start, Forum at support.dominodatalab.com
Try it Yourself
6/16/2015LondonR 30
Go to https://app.dominoup.com/jofaichow/example_iris
Set up your first API
Endpoint in Minutes
6/16/2015LondonR 31
Point it to your own project
Insert your own API key
Conclusions
• Data science is complicated.
• Our time is important.
• I can use Domino to save time.
• It helps me to tackle some challenges
that are outside my comfort zone.
6/16/2015LondonR 32
Thanks!
• Mango Solutions
• My Colleagues at Domino
• More Info and Feedback
o jofai@dominoup.com
o Twitter: @matlabulous
o http://blog.dominodatalab.com/
• Code
o Iris Example –
https://app.dominoup.com/jofaichow/example_iris
o Stock Example –
https://app.dominoup.com/jofaichow/example_stock
6/16/2015LondonR 33
1 of 33

Recommended

Kaggle Competitions, New Friends, New Skills and New Opportunities by
Kaggle Competitions, New Friends, New Skills and New OpportunitiesKaggle Competitions, New Friends, New Skills and New Opportunities
Kaggle Competitions, New Friends, New Skills and New OpportunitiesJo-fai Chow
363 views31 slides
H2O Machine Learning Use Cases by
H2O Machine Learning Use CasesH2O Machine Learning Use Cases
H2O Machine Learning Use CasesJo-fai Chow
1.5K views21 slides
Using H2O Random Grid Search for Hyper-parameters Optimization by
Using H2O Random Grid Search for Hyper-parameters OptimizationUsing H2O Random Grid Search for Hyper-parameters Optimization
Using H2O Random Grid Search for Hyper-parameters OptimizationJo-fai Chow
2.5K views21 slides
Improving Model Predictions via Stacking and Hyper-parameters Tuning by
Improving Model Predictions via Stacking and Hyper-parameters TuningImproving Model Predictions via Stacking and Hyper-parameters Tuning
Improving Model Predictions via Stacking and Hyper-parameters TuningJo-fai Chow
2.1K views18 slides
Project "Deep Water" by
Project "Deep Water"Project "Deep Water"
Project "Deep Water"Jo-fai Chow
1.5K views95 slides
Introduction to Generalised Low-Rank Model and Missing Values by
Introduction to Generalised Low-Rank Model and Missing ValuesIntroduction to Generalised Low-Rank Model and Missing Values
Introduction to Generalised Low-Rank Model and Missing ValuesJo-fai Chow
2.3K views22 slides

More Related Content

What's hot

Project “Deep Water” (H2O integration with other deep learning libraries - Jo... by
Project “Deep Water” (H2O integration with other deep learning libraries - Jo...Project “Deep Water” (H2O integration with other deep learning libraries - Jo...
Project “Deep Water” (H2O integration with other deep learning libraries - Jo...Data Science Milan
590 views31 slides
Data Intensive Applications with Apache Flink by
Data Intensive Applications with Apache FlinkData Intensive Applications with Apache Flink
Data Intensive Applications with Apache FlinkSimone Robutti
652 views32 slides
Automatic and Interpretable Machine Learning in R with H2O and LIME by
Automatic and Interpretable Machine Learning in R with H2O and LIMEAutomatic and Interpretable Machine Learning in R with H2O and LIME
Automatic and Interpretable Machine Learning in R with H2O and LIMEJo-fai Chow
313 views92 slides
Using H2O AutoML for Kaggle Competitions by
Using H2O AutoML for Kaggle CompetitionsUsing H2O AutoML for Kaggle Competitions
Using H2O AutoML for Kaggle CompetitionsSri Ambati
2.8K views46 slides
Automatic and Interpretable Machine Learning with H2O and LIME by
Automatic and Interpretable Machine Learning with H2O and LIMEAutomatic and Interpretable Machine Learning with H2O and LIME
Automatic and Interpretable Machine Learning with H2O and LIMEJo-fai Chow
3.7K views57 slides
Latest Developments in H2O by
Latest Developments in H2OLatest Developments in H2O
Latest Developments in H2OSri Ambati
1K views57 slides

What's hot(20)

Project “Deep Water” (H2O integration with other deep learning libraries - Jo... by Data Science Milan
Project “Deep Water” (H2O integration with other deep learning libraries - Jo...Project “Deep Water” (H2O integration with other deep learning libraries - Jo...
Project “Deep Water” (H2O integration with other deep learning libraries - Jo...
Data Science Milan590 views
Data Intensive Applications with Apache Flink by Simone Robutti
Data Intensive Applications with Apache FlinkData Intensive Applications with Apache Flink
Data Intensive Applications with Apache Flink
Simone Robutti652 views
Automatic and Interpretable Machine Learning in R with H2O and LIME by Jo-fai Chow
Automatic and Interpretable Machine Learning in R with H2O and LIMEAutomatic and Interpretable Machine Learning in R with H2O and LIME
Automatic and Interpretable Machine Learning in R with H2O and LIME
Jo-fai Chow313 views
Using H2O AutoML for Kaggle Competitions by Sri Ambati
Using H2O AutoML for Kaggle CompetitionsUsing H2O AutoML for Kaggle Competitions
Using H2O AutoML for Kaggle Competitions
Sri Ambati2.8K views
Automatic and Interpretable Machine Learning with H2O and LIME by Jo-fai Chow
Automatic and Interpretable Machine Learning with H2O and LIMEAutomatic and Interpretable Machine Learning with H2O and LIME
Automatic and Interpretable Machine Learning with H2O and LIME
Jo-fai Chow3.7K views
Latest Developments in H2O by Sri Ambati
Latest Developments in H2OLatest Developments in H2O
Latest Developments in H2O
Sri Ambati1K views
Deep Water - Bringing Tensorflow, Caffe, Mxnet to H2O by Sri Ambati
Deep Water - Bringing Tensorflow, Caffe, Mxnet to H2ODeep Water - Bringing Tensorflow, Caffe, Mxnet to H2O
Deep Water - Bringing Tensorflow, Caffe, Mxnet to H2O
Sri Ambati6.2K views
Introduction to Distributed Computing Engines for Data Processing - Simone Ro... by Data Science Milan
Introduction to Distributed Computing Engines for Data Processing - Simone Ro...Introduction to Distributed Computing Engines for Data Processing - Simone Ro...
Introduction to Distributed Computing Engines for Data Processing - Simone Ro...
GPU Accelerated Machine Learning by Sri Ambati
GPU Accelerated Machine LearningGPU Accelerated Machine Learning
GPU Accelerated Machine Learning
Sri Ambati2K views
sparklyr - Jeff Allen by Sri Ambati
sparklyr - Jeff Allensparklyr - Jeff Allen
sparklyr - Jeff Allen
Sri Ambati896 views
World's Fastest Machine Learning With GPUs by Sri Ambati
World's Fastest Machine Learning With GPUsWorld's Fastest Machine Learning With GPUs
World's Fastest Machine Learning With GPUs
Sri Ambati380 views
Introduction to Data Science with H2O- Mountain View by Sri Ambati
Introduction to Data Science with H2O- Mountain ViewIntroduction to Data Science with H2O- Mountain View
Introduction to Data Science with H2O- Mountain View
Sri Ambati1.6K views
The Joys of Clean Data with Matt Dowle by Sri Ambati
The Joys of Clean Data with Matt DowleThe Joys of Clean Data with Matt Dowle
The Joys of Clean Data with Matt Dowle
Sri Ambati2.5K views
H2O Random Grid Search - PyData Amsterdam by Sri Ambati
H2O Random Grid Search - PyData AmsterdamH2O Random Grid Search - PyData Amsterdam
H2O Random Grid Search - PyData Amsterdam
Sri Ambati2.5K views
Signals from outer space by GraphAware
Signals from outer spaceSignals from outer space
Signals from outer space
GraphAware6.9K views
H2O & Tensorflow - Fabrizio by Sri Ambati
H2O & Tensorflow - Fabrizio H2O & Tensorflow - Fabrizio
H2O & Tensorflow - Fabrizio
Sri Ambati5.4K views
H2O Machine Learning and Kalman Filters for Machine Prognostics by Sri Ambati
H2O Machine Learning and Kalman Filters for Machine PrognosticsH2O Machine Learning and Kalman Filters for Machine Prognostics
H2O Machine Learning and Kalman Filters for Machine Prognostics
Sri Ambati2.4K views
Introduction to data science with H2O-Chicago by Sri Ambati
Introduction to data science with H2O-ChicagoIntroduction to data science with H2O-Chicago
Introduction to data science with H2O-Chicago
Sri Ambati4K views

Viewers also liked

A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain... by
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...Jo-fai Chow
5.3K views62 slides
Deep Water - GPU Deep Learning for H2O - Arno Candel by
Deep Water - GPU Deep Learning for H2O - Arno CandelDeep Water - GPU Deep Learning for H2O - Arno Candel
Deep Water - GPU Deep Learning for H2O - Arno CandelSri Ambati
3.3K views26 slides
Lego movie presentation (2) by
Lego movie presentation (2)Lego movie presentation (2)
Lego movie presentation (2)maxgrids
1.7K views15 slides
The Lego Movie (AS Media) by
The Lego Movie (AS Media)The Lego Movie (AS Media)
The Lego Movie (AS Media)James Eagle
1.3K views11 slides
H2O 3 REST API Overview by
H2O 3 REST API OverviewH2O 3 REST API Overview
H2O 3 REST API OverviewSri Ambati
4.3K views45 slides
H2O World - NCS Continuous Media Optimization w/H2O - Satya Satyamoorthy by
H2O World - NCS Continuous Media Optimization w/H2O - Satya SatyamoorthyH2O World - NCS Continuous Media Optimization w/H2O - Satya Satyamoorthy
H2O World - NCS Continuous Media Optimization w/H2O - Satya SatyamoorthySri Ambati
996 views30 slides

Viewers also liked(20)

A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain... by Jo-fai Chow
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
Jo-fai Chow5.3K views
Deep Water - GPU Deep Learning for H2O - Arno Candel by Sri Ambati
Deep Water - GPU Deep Learning for H2O - Arno CandelDeep Water - GPU Deep Learning for H2O - Arno Candel
Deep Water - GPU Deep Learning for H2O - Arno Candel
Sri Ambati3.3K views
Lego movie presentation (2) by maxgrids
Lego movie presentation (2)Lego movie presentation (2)
Lego movie presentation (2)
maxgrids1.7K views
The Lego Movie (AS Media) by James Eagle
The Lego Movie (AS Media)The Lego Movie (AS Media)
The Lego Movie (AS Media)
James Eagle1.3K views
H2O 3 REST API Overview by Sri Ambati
H2O 3 REST API OverviewH2O 3 REST API Overview
H2O 3 REST API Overview
Sri Ambati4.3K views
H2O World - NCS Continuous Media Optimization w/H2O - Satya Satyamoorthy by Sri Ambati
H2O World - NCS Continuous Media Optimization w/H2O - Satya SatyamoorthyH2O World - NCS Continuous Media Optimization w/H2O - Satya Satyamoorthy
H2O World - NCS Continuous Media Optimization w/H2O - Satya Satyamoorthy
Sri Ambati996 views
Deep learning with Tensorflow in R by mikaelhuss
Deep learning with Tensorflow in RDeep learning with Tensorflow in R
Deep learning with Tensorflow in R
mikaelhuss6.8K views
H2O Deep Water - Making Deep Learning Accessible to Everyone by Jo-fai Chow
H2O Deep Water - Making Deep Learning Accessible to EveryoneH2O Deep Water - Making Deep Learning Accessible to Everyone
H2O Deep Water - Making Deep Learning Accessible to Everyone
Jo-fai Chow566 views
Using Machine Learning For Solving Time Series Probelms by Sri Ambati
Using Machine Learning For Solving Time Series ProbelmsUsing Machine Learning For Solving Time Series Probelms
Using Machine Learning For Solving Time Series Probelms
Sri Ambati3.9K views
Introduction to ML with Apache Spark MLlib by Taras Matyashovsky
Introduction to ML with Apache Spark MLlibIntroduction to ML with Apache Spark MLlib
Introduction to ML with Apache Spark MLlib
Taras Matyashovsky5.8K views
H2O Deep Water - Making Deep Learning Accessible to Everyone by Sri Ambati
H2O Deep Water - Making Deep Learning Accessible to EveryoneH2O Deep Water - Making Deep Learning Accessible to Everyone
H2O Deep Water - Making Deep Learning Accessible to Everyone
Sri Ambati2.8K views
Predictive Maintenance with R by eoda GmbH
Predictive Maintenance with RPredictive Maintenance with R
Predictive Maintenance with R
eoda GmbH8.8K views
Hortonworks Data in Motion Webinar Series Part 7 Apache Kafka Nifi Better Tog... by Hortonworks
Hortonworks Data in Motion Webinar Series Part 7 Apache Kafka Nifi Better Tog...Hortonworks Data in Motion Webinar Series Part 7 Apache Kafka Nifi Better Tog...
Hortonworks Data in Motion Webinar Series Part 7 Apache Kafka Nifi Better Tog...
Hortonworks44.9K views
[Tutorial] building machine learning models for predictive maintenance applic... by PAPIs.io
[Tutorial] building machine learning models for predictive maintenance applic...[Tutorial] building machine learning models for predictive maintenance applic...
[Tutorial] building machine learning models for predictive maintenance applic...
PAPIs.io21.8K views
From Kaggle to H2O - The True Story of a Civil Engineer Turned Data Geek by Jo-fai Chow
From Kaggle to H2O - The True Story of a Civil Engineer Turned Data GeekFrom Kaggle to H2O - The True Story of a Civil Engineer Turned Data Geek
From Kaggle to H2O - The True Story of a Civil Engineer Turned Data Geek
Jo-fai Chow1.8K views
Production ready big ml workflows from zero to hero daniel marcous @ waze by Ido Shilon
Production ready big ml workflows from zero to hero daniel marcous @ wazeProduction ready big ml workflows from zero to hero daniel marcous @ waze
Production ready big ml workflows from zero to hero daniel marcous @ waze
Ido Shilon1.8K views
H2O Deep Learning at Next.ML by Sri Ambati
H2O Deep Learning at Next.MLH2O Deep Learning at Next.ML
H2O Deep Learning at Next.ML
Sri Ambati17.3K views

Similar to Deploying your Predictive Models as a Service via Domino

Deploying your Predictive Models as a Service via
 Domino API Endpoints by
Deploying your Predictive Models as a Service via
 Domino API EndpointsDeploying your Predictive Models as a Service via
 Domino API Endpoints
Deploying your Predictive Models as a Service via
 Domino API EndpointsDomino Data Lab
2.5K views33 slides
Shaping the Future of Automatic Programming by
Shaping the Future of Automatic ProgrammingShaping the Future of Automatic Programming
Shaping the Future of Automatic ProgrammingChristos Tsakostas
724 views93 slides
1802_Crossminer_OCF2018 by
1802_Crossminer_OCF20181802_Crossminer_OCF2018
1802_Crossminer_OCF2018CROSSMINER European Project
34 views26 slides
SBM Orchestrations - Beginners Guide (FUG Presentation) by
SBM Orchestrations - Beginners Guide (FUG Presentation)SBM Orchestrations - Beginners Guide (FUG Presentation)
SBM Orchestrations - Beginners Guide (FUG Presentation)Serena Software
871 views20 slides
C03.04c-InDepth-OP.key.pdf by
C03.04c-InDepth-OP.key.pdfC03.04c-InDepth-OP.key.pdf
C03.04c-InDepth-OP.key.pdfssuser8babb7
2 views8 slides
Tableau @ Spil Games by
Tableau @ Spil GamesTableau @ Spil Games
Tableau @ Spil GamesRob Winters
1.2K views26 slides

Similar to Deploying your Predictive Models as a Service via Domino(20)

Deploying your Predictive Models as a Service via
 Domino API Endpoints by Domino Data Lab
Deploying your Predictive Models as a Service via
 Domino API EndpointsDeploying your Predictive Models as a Service via
 Domino API Endpoints
Deploying your Predictive Models as a Service via
 Domino API Endpoints
Domino Data Lab 2.5K views
SBM Orchestrations - Beginners Guide (FUG Presentation) by Serena Software
SBM Orchestrations - Beginners Guide (FUG Presentation)SBM Orchestrations - Beginners Guide (FUG Presentation)
SBM Orchestrations - Beginners Guide (FUG Presentation)
Serena Software871 views
C03.04c-InDepth-OP.key.pdf by ssuser8babb7
C03.04c-InDepth-OP.key.pdfC03.04c-InDepth-OP.key.pdf
C03.04c-InDepth-OP.key.pdf
ssuser8babb72 views
Tableau @ Spil Games by Rob Winters
Tableau @ Spil GamesTableau @ Spil Games
Tableau @ Spil Games
Rob Winters1.2K views
[Workshop] Managing the API lifecycle with Open Source Technologies by WSO2
[Workshop] Managing the API lifecycle with Open Source Technologies[Workshop] Managing the API lifecycle with Open Source Technologies
[Workshop] Managing the API lifecycle with Open Source Technologies
WSO2550 views
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop... by DataKitchen
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
DataKitchen2.1K views
Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We... by Flink Forward
Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We...Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We...
Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We...
Flink Forward953 views
Streaming your Lyft Ride Prices - Flink Forward SF 2019 by Thomas Weise
Streaming your Lyft Ride Prices - Flink Forward SF 2019Streaming your Lyft Ride Prices - Flink Forward SF 2019
Streaming your Lyft Ride Prices - Flink Forward SF 2019
Thomas Weise508 views
Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We... by Flink Forward
Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We...Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We...
Flink Forward San Francisco 2019: Streaming your Lyft Ride Prices - Thomas We...
Flink Forward621 views
S1: Side Labs & Alfresco Webinar by JCK
S1: Side Labs & Alfresco WebinarS1: Side Labs & Alfresco Webinar
S1: Side Labs & Alfresco Webinar
JCK1.7K views
Reproducible Research in R and R Studio by Susan Johnston
Reproducible Research in R and R StudioReproducible Research in R and R Studio
Reproducible Research in R and R Studio
Susan Johnston6.2K views

More from Jo-fai Chow

Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny by
Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and ShinyMaking Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny
Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and ShinyJo-fai Chow
702 views50 slides
H2O at Berlin R Meetup by
H2O at Berlin R MeetupH2O at Berlin R Meetup
H2O at Berlin R MeetupJo-fai Chow
447 views71 slides
H2O at BelgradeR Meetup by
H2O at BelgradeR MeetupH2O at BelgradeR Meetup
H2O at BelgradeR MeetupJo-fai Chow
473 views100 slides
Introduction to H2O and Model Stacking Use Cases by
Introduction to H2O and Model Stacking Use CasesIntroduction to H2O and Model Stacking Use Cases
Introduction to H2O and Model Stacking Use CasesJo-fai Chow
1.1K views78 slides
H2O at Poznan R Meetup by
H2O at Poznan R MeetupH2O at Poznan R Meetup
H2O at Poznan R MeetupJo-fai Chow
753 views114 slides
Introduction to Machine Learning with H2O and Python by
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonJo-fai Chow
716 views120 slides

More from Jo-fai Chow(16)

Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny by Jo-fai Chow
Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and ShinyMaking Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny
Making Multimillion-Dollar Baseball Decisions with H2O AutoML, LIME and Shiny
Jo-fai Chow702 views
H2O at Berlin R Meetup by Jo-fai Chow
H2O at Berlin R MeetupH2O at Berlin R Meetup
H2O at Berlin R Meetup
Jo-fai Chow447 views
H2O at BelgradeR Meetup by Jo-fai Chow
H2O at BelgradeR MeetupH2O at BelgradeR Meetup
H2O at BelgradeR Meetup
Jo-fai Chow473 views
Introduction to H2O and Model Stacking Use Cases by Jo-fai Chow
Introduction to H2O and Model Stacking Use CasesIntroduction to H2O and Model Stacking Use Cases
Introduction to H2O and Model Stacking Use Cases
Jo-fai Chow1.1K views
H2O at Poznan R Meetup by Jo-fai Chow
H2O at Poznan R MeetupH2O at Poznan R Meetup
H2O at Poznan R Meetup
Jo-fai Chow753 views
Introduction to Machine Learning with H2O and Python by Jo-fai Chow
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and Python
Jo-fai Chow716 views
Introduction to Machine Learning with H2O and Python by Jo-fai Chow
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and Python
Jo-fai Chow842 views
H2O Deep Water - Making Deep Learning Accessible to Everyone by Jo-fai Chow
H2O Deep Water - Making Deep Learning Accessible to EveryoneH2O Deep Water - Making Deep Learning Accessible to Everyone
H2O Deep Water - Making Deep Learning Accessible to Everyone
Jo-fai Chow1K views
Kaggle competitions, new friends, new skills and new opportunities by Jo-fai Chow
Kaggle competitions, new friends, new skills and new opportunitiesKaggle competitions, new friends, new skills and new opportunities
Kaggle competitions, new friends, new skills and new opportunities
Jo-fai Chow973 views
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain... by Jo-fai Chow
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
A Systematic, Multi-Criteria Decision Support Framework for Sustainable Drain...
Jo-fai Chow1.2K views
Designing Sustainable Drainage Systems by Jo-fai Chow
Designing Sustainable Drainage SystemsDesigning Sustainable Drainage Systems
Designing Sustainable Drainage Systems
Jo-fai Chow2.2K views
Developing a New Decision Support System for SuDS by Jo-fai Chow
Developing a New Decision Support System for SuDSDeveloping a New Decision Support System for SuDS
Developing a New Decision Support System for SuDS
Jo-fai Chow1.3K views
Udacity Statement (Introduction to Statistics, August 2012) by Jo-fai Chow
Udacity Statement (Introduction to Statistics, August 2012)Udacity Statement (Introduction to Statistics, August 2012)
Udacity Statement (Introduction to Statistics, August 2012)
Jo-fai Chow365 views
Coursera Statement (Computational Investing, Part I, by Jo-fai Chow
Coursera Statement (Computational Investing, Part I, Coursera Statement (Computational Investing, Part I,
Coursera Statement (Computational Investing, Part I,
Jo-fai Chow532 views
Coursera Statement (Computing for Data Analysis, Oct 2013) by Jo-fai Chow
Coursera Statement (Computing for Data Analysis, Oct 2013)Coursera Statement (Computing for Data Analysis, Oct 2013)
Coursera Statement (Computing for Data Analysis, Oct 2013)
Jo-fai Chow283 views
Coursera Statement (Data Analysis, Mar 2013) by Jo-fai Chow
Coursera Statement (Data Analysis, Mar 2013)Coursera Statement (Data Analysis, Mar 2013)
Coursera Statement (Data Analysis, Mar 2013)
Jo-fai Chow332 views

Recently uploaded

6g - REPORT.pdf by
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdfLiveplex
9 views23 slides
Info Session November 2023.pdf by
Info Session November 2023.pdfInfo Session November 2023.pdf
Info Session November 2023.pdfAleksandraKoprivica4
10 views15 slides
SAP Automation Using Bar Code and FIORI.pdf by
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdfVirendra Rai, PMP
19 views38 slides
20231123_Camunda Meetup Vienna.pdf by
20231123_Camunda Meetup Vienna.pdf20231123_Camunda Meetup Vienna.pdf
20231123_Camunda Meetup Vienna.pdfPhactum Softwareentwicklung GmbH
28 views73 slides
Microsoft Power Platform.pptx by
Microsoft Power Platform.pptxMicrosoft Power Platform.pptx
Microsoft Power Platform.pptxUni Systems S.M.S.A.
47 views38 slides
Business Analyst Series 2023 - Week 3 Session 5 by
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5DianaGray10
209 views20 slides

Recently uploaded(20)

6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex9 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10209 views
1st parposal presentation.pptx by i238212
1st parposal presentation.pptx1st parposal presentation.pptx
1st parposal presentation.pptx
i2382129 views
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi120 views
Case Study Copenhagen Energy and Business Central.pdf by Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana12 views
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec11 views
AMAZON PRODUCT RESEARCH.pdf by JerikkLaureta
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdf
JerikkLaureta15 views
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex19 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software225 views
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab15 views
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! by sammart93
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
sammart939 views
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn19 views

Deploying your Predictive Models as a Service via Domino