- Mastering Machine Learning with Spark 2.x
- Alex Tellez Max Pumperla Michal Malohlava
- 241字
- 2021-07-02 18:46:05
What's the difference between H2O and Spark's MLlib?
As stated previously, MLlib is a library of popular machine learning algorithms built using Spark. Not surprisingly, H2O and MLlib share many of the same algorithms but differ in both their implementation and functionality. One very handy feature of H2O is that it allows users to visualize their data and perform feature engineering tasks, which we will cover in depth in later chapters. The visualization of data is accomplished by a web-friendly GUI and allows users a friendly interface to seamlessly switch between a code shell and a notebook-friendly environment. The following is an example of the H2O notebook - called Flow - that you will become familiar with soon:

One other nice addition is that H2O allows data scientists to grid search many hyper-parameters that ship with their algorithms. Grid search is a way of optimizing all the hyperparameters of an algorithm to make model configuration easier. Often, it is difficult to know which hyperparameters to change and how to change them; the grid search allows us to explore many hyperparameters simultaneously, measure the output, and help select the best models based on our quality requirements. The H2O grid search can be combined with model cross-validation and various stopping criteria, resulting in advanced strategies such as picking 1000 random parameters from a huge parameters hyperspace and finding the best model that can be trained under two minutes and with AUC greater than 0.7
- Django+Vue.js商城項目實戰
- Mobile Application Development:JavaScript Frameworks
- 體驗設計原理:行為、情感和細節
- INSTANT CakePHP Starter
- Python編程與幾何圖形
- 信息技術應用基礎
- Python Data Analysis Cookbook
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Haskell Data Analysis Cookbook
- 區塊鏈技術與應用
- Windows Embedded CE 6.0程序設計實戰
- 鴻蒙OS應用編程實戰
- 零基礎學C語言(第4版)
- Python數據預處理技術與實踐
- 計算機常用算法與程序設計教程(第2版)