Build the pipeline — median imputer, scaler, logistic regression with max_iter=…
Machine Learning · from Your first model
make_pipelineSimpleImputerStandardScalerLogisticRegressionDummyClassifierbaselinesPutting the kettle on…
Starting up…
Exercise 1
Build the pipeline — median imputer, scaler, logistic regression with max_iter=1000 — fit it on the training split, and return its test accuracy rounded to 4 places.
your answer
stuck? the lesson behind it
Your first model
Eight lines, 79.6% accurate — and why that number should worry you