Book Image

Spark Cookbook

By : Rishi Yadav
Book Image

Spark Cookbook

By: Rishi Yadav

Overview of this book

Table of Contents (19 chapters)
Spark Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


The classification problem is like the regression problem discussed in the previous chapter except that the outcome variable y takes only a few discrete values. In binary classification, y takes only two values: 0 or 1. You can also think of values that the response variable can take in classification as representing categories.