- 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
- Python GUI Programming:A Complete Reference Guide
- Creating Dynamic UI with Android Fragments
- Artificial Intelligence Business:How you can profit from AI
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- VCD、DVD原理與維修
- Apple Motion 5 Cookbook
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- Machine Learning Solutions
- 基于Proteus仿真的51單片機應用
- Source SDK Game Development Essentials
- Istio服務網格技術解析與實踐
- FPGA實驗實訓教程
- Blender 3D By Example
- Corona SDK Mobile Game Development:Beginner's Guide