Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.46 KB

11-log-reg-interpretation.md

File metadata and controls

38 lines (24 loc) · 1.46 KB

3.11 Model interpretation

Slides

Notes

This video was about the interpretation of coefficients, and training a model with fewer features.

In the formula of the logistic regression model, only one of the one-hot encoded categories is multiplied by 1, and the other by 0. In this way, we only consider the appropriate category for each categorical feature.

Classes, functions, and methods:

  • zip(x,y) - returns a new list with elements from x joined with their corresponding elements on y

The entire code of this project is available in this jupyter notebook.

⚠️ The notes are written by the community.
If you see an error here, please create a PR with a fix.

Navigation