- 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
- WildFly:New Features
- Instant Testing with CasperJS
- The Supervised Learning Workshop
- Mastering Natural Language Processing with Python
- Clojure for Domain:specific Languages
- JavaScript by Example
- Julia高性能科學計算(第2版)
- C++反匯編與逆向分析技術揭秘(第2版)
- Learning YARN
- TMS320LF240x芯片原理、設計及應用
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- R語言數據可視化:科技圖表繪制
- 跟戴銘學iOS編程:理順核心知識點
- ASP.NET開發寶典
- Node.js實戰:分布式系統中的后端服務開發