- Advanced Machine Learning with R
- Cory Lesmeister Dr. Sunil Kumar Chinnamgari
- 247字
- 2021-06-24 14:24:36
Classification methods and linear regression
So, why can't we use the least square regression method that we learned in the previous chapter for a qualitative outcome? Well, as it turns out, you can, but at your own risk. Let's assume for a second that you have an outcome that you're trying to predict and it has three different classes: mild, moderate, and severe. You and your colleagues also assume that the difference between mild and moderate and moderate and severe is an equivalent measure and a linear relationship. You can create a dummy variable where 0 is equal to mild, 1 is equal to moderate, and 2 is equal to severe. If you have reason to believe this, then linear regression might be an acceptable solution. However, qualitative labels such as the previous ones might lend themselves to a high level of measurement error that can bias the OLS. In most business problems, there's no scientifically acceptable way to convert a qualitative response into one that's quantitative. What if you have a response with two outcomes, say fail and pass? Again, using the dummy variable approach, we could code the fail outcome as 0 and the pass outcome as 1. Using linear regression, we could build a model where the predicted value is the probability of an observation of pass or fail. However, the estimates of Y in the model will most likely exceed the probability constraints of [0,1] and hence be a bit difficult to interpret.
- 24小時學會電腦組裝與維護
- Linux KVM虛擬化架構實戰指南
- 網絡服務器配置與管理(第3版)
- Manage Partitions with GParted How-to
- scikit-learn:Machine Learning Simplified
- Svelte 3 Up and Running
- OpenGL Game Development By Example
- 單片機系統設計與開發教程
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- 新編電腦組裝與硬件維修從入門到精通
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 計算機組裝與維護(慕課版)
- Blender for Video Production Quick Start Guide
- 微服務實戰