Build a LogisticRegression and do not fit it

Machine Learning · from The estimator API

fitpredicttransformscoreget_paramstrailing underscore

Putting the kettle on…

Starting up…

Exercise 1

Build a LogisticRegression and do not fit it. Return whether it has a coef_ yet, as a bool.

your answer
stuck? the lesson behind it
The estimator API
Four methods, two kinds of number, and one very informative underscore