Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.15 KB

12-using-log-reg.md

File metadata and controls

32 lines (21 loc) · 1.15 KB

3.12 Using the model

Slides

Notes

We trained the logistic regression model with the full training dataset (training + validation), considering numerical and categorical features. Thus, predictions were made on the test dataset, and we evaluate the model using the accuracy metric.

In this case, the predictions of validation and test were similar, which means that the model is working well.

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

Navigation