- 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
- C++面向對象程序設計(第三版)
- 玩轉Scratch少兒趣味編程
- Apache ZooKeeper Essentials
- Python爬蟲開發:從入門到實戰(微課版)
- AngularJS Web Application Development Blueprints
- Python從入門到精通(精粹版)
- iOS開發實戰:從零基礎到App Store上架
- Learning Python Design Patterns(Second Edition)
- Reactive Programming With Java 9
- 鋒利的SQL(第2版)
- Ext JS 4 Web Application Development Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- 智能手機APP UI設計與應用任務教程
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Android應用開發實戰