From the course: Python in Excel: Data Outputs in Custom Data Visualizations and Algorithms
Unlock the full course today
Join today to access over 24,300 courses taught by industry experts.
Leveraging Excel Solver for logistic regression
From the course: Python in Excel: Data Outputs in Custom Data Visualizations and Algorithms
Leveraging Excel Solver for logistic regression
- [Instructor] As we saw in the previous lesson, regression models enable us to find trends in data. Sometimes a linear regression model is a good fit for data points, and sometimes it isn't, like what we see in this scatterplot. Logistic regression models display best fit lines as S shaped curves instead. Classic binomial logistic regression models have two possible actual outcomes. Zero represents one outcome like loss or the response, no. Conversely, one represents another outcome like a winner, yes. The orange line we see on this logistic regression chart represents the predicted probabilities for each X value. Unfortunately, in Excel, we can't directly predict the outcomes in the same way we would for linear regression by calculating the regression coefficients directly through formulas or the data analysis added. In the logistic regression tab, we see the predicted probabilities in column G, which range from zero to one as an open interval. The predictive probabilities from a…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Introducing AI and machine learning algorithms2m 32s
-
(Locked)
Determining trends for linear regression with Excel functions5m 4s
-
(Locked)
Leveraging Excel Solver for logistic regression2m 49s
-
(Locked)
Determining trends for logistic regression with Python code4m 17s
-
(Locked)
Grouping data with hierarchical clustering5m 5s
-
(Locked)
Grouping data with the K-Means algorithm2m 51s
-
(Locked)
Determining anomalies with anomaly detection algorithms6m 43s
-
(Locked)
Challenge: Running algorithms with Python in Excel1m 5s
-
(Locked)
Solution: Running algorithms with Python in Excel5m 10s
-
-
-