<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Classification on DATATWEETS</title><link>/courses/machine-learning/classification/</link><description>Recent content in Classification on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Fri, 14 Nov 2025 09:00:00 +0200</lastBuildDate><atom:link href="/courses/machine-learning/classification/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Introduction to Logistic Regression</title><link>/courses/machine-learning/classification/lesson-1-introduction-to-logistic-regression/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/classification/lesson-1-introduction-to-logistic-regression/</guid><description>Discover the difference between classification and regression, see why linear regression fails on a yes/no target, and learn how the sigmoid function turns a linear score into a probability. You will use the real Customer Churn dataset to build and evaluate your first logistic regression model.</description></item><item><title>Lesson 2 - Interpreting the Regression Parameters</title><link>/courses/machine-learning/classification/lesson-2-interpreting-the-regression-parameters/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/classification/lesson-2-interpreting-the-regression-parameters/</guid><description>Train a LogisticRegression model on the real customer churn dataset, then learn what its intercept and coefficients actually mean. You will convert log-odds into odds ratios, read the direction and magnitude of each feature&amp;rsquo;s effect, and explain in plain language how each predictor pushes churn up or down.</description></item><item><title>Lesson 3 - Evaluating Logistic Regression Models</title><link>/courses/machine-learning/classification/lesson-3-evaluating-logistic-regression-models/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/classification/lesson-3-evaluating-logistic-regression-models/</guid><description>Accuracy alone hides what a classifier gets wrong. Using the real Customer Churn dataset, you will build a confusion matrix and compute sensitivity, specificity, and precision to see exactly how your logistic regression performs on each class.</description></item><item><title>Lesson 4 - Applying Logistic Regression Models</title><link>/courses/machine-learning/classification/lesson-4-applying-logistic-regression-models/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/classification/lesson-4-applying-logistic-regression-models/</guid><description>Move beyond a single accuracy number. You will work with the predicted probabilities behind every classification, slide the decision threshold to match a business goal, and read the ROC curve and AUC to judge a churn model across all thresholds at once.</description></item><item><title>Lesson 5 - Guided Project: Classifying Heart Disease</title><link>/courses/machine-learning/classification/lesson-5-guided-project-classifying-heart-disease/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/classification/lesson-5-guided-project-classifying-heart-disease/</guid><description>Put everything you have learned about logistic regression into practice on a real medical dataset. You will load, explore, split, scale, fit, and evaluate a heart disease classifier, then reason about why recall matters most in a clinical setting.</description></item></channel></rss>