Skip to content

Commit

Permalink
FIX Remove solution being shown (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoAmorQ authored Oct 25, 2023
1 parent e6af8a4 commit f0ca8ed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions jupyter-book/linear_models/linear_models_quiz_m4_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@ _Select a single answer_

+++

The [LogisticRegression documentation](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html)
says:

> C : Inverse of regularization strength; smaller values specify stronger regularization.
The [Ridge documentation](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html)
says:

> alpha : Regularization strength; Larger values specify stronger regularization.
+++

```{admonition} Question
In logistic regression, increasing the regularization strength (by
decreasing the value of `C`) makes the model:
Expand Down

0 comments on commit f0ca8ed

Please sign in to comment.