Level Up: Linear Regression in Python – Part 7

In the seventh lesson of the series we’ll discuss some methods for comparing linear regression models. In the process, we’ll learn about the problem of overfitting and investigate some of the pros and cons of various evaluation methods (such as R-squared, adjusted R-squared, log likelihood, AIC, and BIC). We’ll also continue to practice our Python… The post Level Up: Linear Regression in Python – Part 7 appeared first on Stack Overflow Blog.

https://stackoverflow.blog/2021/07/03/level-up-linear-regression-in-python-part-7/

Created 4y | Jul 3, 2021, 2:21:21 PM


Login to add comment

Other posts in this group

How AI apps are like Google Search

Happy New Year! In this episode, Ryan talks with Jetify founder and CEO Daniel Loreto, a former engineering lead at Google and Twitter, about what AI applications have in common with Google Search. Th

Jan 3, 2025, 6:30:05 AM | StackOverflow blog
Developers want more, more, more: the 2024 results from Stack Overflow’s Annual Developer Survey

This year, technologies such as JavaScript and PostgreSQL remain most popular, Rust and Markdown remain most admired, developers are most frustrated by technical debt at work, and they don’t see AI as

Jan 1, 2025, 5:30:04 PM | StackOverflow blog
How developers (really) used AI coding tools in 2024

During the holidays, we’re releasing some highlights from a year full of conversations with developers and technologists. Enjoy! We’ll see you in 2025. https://stackoverflow.blog/2024/12/31/how-develo

Dec 31, 2024, 9:10:02 AM | StackOverflow blog
Breaking up is hard to do: Chunking in RAG applications

A look at some of the current thinking around chunking data for retrieval-augmented generation (RAG) systems. https://stackoverflow.blog/2024/12/27/breaking-up-is-hard-to-do-chunking-in-rag-applicatio

Dec 27, 2024, 4:50:04 PM | StackOverflow blog