- Mastering Machine Learning with Spark 2.x
- Alex Tellez Max Pumperla Michal Malohlava
- 139字
- 2021-07-02 18:46:06
Detecting Dark Matter - The Higgs-Boson Particle
True or false? Positive or negative? Pass or no pass? User clicks on the ad versus not clicking the ad? If you've ever asked/encountered these questions before then you are already familiar with the concept of binary classification.
At it's core, binary classification - also referred to as binomial classification - attempts to categorize a set of elements into two distinct groups using a classification rule, which in our case, can be a machine learning algorithm. This chapter shows how to deal with it in the context of Spark and big data. We are going to explain and demonstrate:
- Spark MLlib models for binary classification including decision trees, random forest, and the gradient boosted machine
- Binary classification support in H2O
- Searching for the best model in a hyperspace of parameters
- Evaluation metrics for binomial models
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- GeoServer Cookbook
- C++ Builder 6.0下OpenGL編程技術
- Visual Basic編程:從基礎到實踐(第2版)
- 深入實踐Spring Boot
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Python Geospatial Development(Second Edition)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- 零基礎學單片機C語言程序設計
- Flutter跨平臺開發入門與實戰
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- jQuery炫酷應用實例集錦
- 細說Python編程:從入門到科學計算
- 精通MySQL 8(視頻教學版)
- Akka入門與實踐