Modern Clinical Data Science

Chapter 3

The Basics of Regression

We see how regression differs from classification and look at three regression algorithms that parallel the classification algorithms from Chapter 2. We visualize the regression problem using the same features as in Chapter 2 but a different outcome: the level of a “disease recurrence” biomarker. We see how the same machinery of linear models, KNN, and decision trees can be applied in a regression context.

NOTES | SLIDES | VIDEO