Parameters in Logistic Regression
Now that you have had a chance to explore what a parameter is, let us apply this knowledge. It is important to be able to review any new algorithm and identify which elements are parameters and hyperparameters.
Which of the following is a parameter for the Scikit Learn logistic regression model? Here we mean conceptually based on the theory introduced in this course. NOT what the Scikit Learn documentation calls a parameter or attribute.
This exercise is part of the course
Hyperparameter Tuning in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
