- Advanced Machine Learning with R
- Cory Lesmeister Dr. Sunil Kumar Chinnamgari
- 252字
- 2021-06-24 14:24:36
Logistic Regression
In the previous chapter, we took a look at using Ordinary Least Squares (OLS) to predict a quantitative outcome or, in other words, linear regression. It's now time to shift gears somewhat and examine how we can develop algorithms to predict qualitative outcomes. Such outcome variables could be binary (male versus female, purchase versus doesn't purchase, or a tumor is benign versus malignant) or multinomial categories (education level or eye color). Regardless of whether the outcome of interest is binary or multinomial, our task is to predict the probability of an observation belonging to a particular category of the outcome variable. In other words, we develop an algorithm to classify the observations.
To begin exploring classification problems, we'll discuss why applying the OLS linear regression isn't the correct technique and how the algorithms introduced in this chapter can solve these issues. We'll then look at the problem of predicting whether or not a banking customer is satisfied. To tackle this problem, we'll begin by building and interpreting a logistic regression model. We'll also start examining a univariate method to select features. Next, we'll turn to multivariate regression splines and discover ways to choose the best overall algorithm. This chapter will set the stage for more advanced machine learning methods in subsequent chapters.
We'll be covering the following topics in this chapter:
- Classification methods and linear regression
- Logistic regression
- Model training and evaluation
- 數字邏輯(第3版)
- Visual Media Processing Using Matlab Beginner's Guide
- Creating Flat Design Websites
- 單片機開發與典型工程項目實例詳解
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- Blender Quick Start Guide
- Spring Cloud微服務和分布式系統實踐
- Neural Network Programming with Java(Second Edition)
- LPC1100系列處理器原理及應用
- WebGL Hotshot
- Python Machine Learning Blueprints
- 觸摸屏應用技術從入門到精通
- 零基礎輕松學修電腦主板
- 超炫的35個Arduino制作項目
- OpenCV 4 Computer Vision Application Programming Cookbook(Fourth Edition)