Skip to content

Commit

Permalink
removes part of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
christophM committed Apr 24, 2018
1 parent f45268e commit 5025c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/04.2-interpretable-linear.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ Step-wise procedures:
- Backward selection: Same as forward selection, but instead of adding features, start with the model that includes all features and try out which feature you have to remove to get the highest performance increase. Repeat until some stopping criterium is reached.

I recommend using Lasso, because it can be automated, looks at all features at the same time and can be controlled via $\lambda$.
It also works for the [logistic regression model](#logistic) for classification, which is the topic of Chapter 4.3.
It also works for the [logistic regression model](#logistic) for classification.

0 comments on commit 5025c03

Please sign in to comment.