#linearregression
Linear Regression: A Visual Introduction to (Almost) Everything You Should Know 👉 mlu-explain.github.io/linear-regre...

By @jdwlbrv — a must-read for anyone into #rstats, #dataviz, #datascience, #machinelearning, #LinearRegression, and #stats.
Linear Regression
A visual, interactive explanation of linear regression for machine learning.
mlu-explain.github.io
May 3, 2026 at 7:17 AM
I love #R. But don't understand how it is simpler than #Python.
import pandas as pd
from sklearn.linear_model import LinearRegression

df = pd.read_csv('mtcars.csv')
X = df[['wt']]
y = df['mpg']
model = LinearRegression().fit(X, y)
print(f"Slope: {model.coef_[0]}, Intercept: {model.intercept_}")
I'm amazed how simple #rstats stuff can completely amaze others

I was teaching python users R today and I was shocked that they were impressed the most with lm() and that you can do linear regression in 1-2 lines of code

We couldn't get beyond that in the training. Such an interesting experience.
March 1, 2025 at 10:38 PM
This is my yearly reminder that published results of coefficients using logistic regression in Python are likely wrong because they are L2 penalized by default: github.com/scikit-learn...

#rstats #statistics #digitalhumanities
Suggestion: Add support for unpenalized logistic regression · Issue #6738 · scikit-learn/scikit-learn
LinearRegression provides unpenalized OLS, and SGDClassifier, which supports loss="log", also supports penalty="none". But if you want plain old unpenalized logistic regression, you have to fake it...
github.com
December 13, 2024 at 2:05 PM
March 26, 2024 at 3:50 PM
It’s Friday! 🔍Discover the #EquationsForLife from @andre-rendeiro.com's Group: using #LinearRegression & deep learning, they created “tissue clocks” that predict biological age from images & blood!🧬

👉Read more: tinyurl.com/CeMMRR2024-R...

#CeMMResearchReport2024
May 2, 2025 at 6:48 AM
PS: 📅 #HELPLINE. Want to discuss your article? Need help structuring your story? Make a date with the editors of Low Code for Data Science via Calendly → calendly.com/low-code-blo...

#datascience #dataanalytics #dataviz #linearregression #KNIME #lowcode #nocode #opensource #visualprogramming
April 30, 2025 at 6:45 AM
9 FLAWS of ‘Summary’ Function You DIDN’T Know About and How to Fix Them

Short video for details: youtu.be/BxfNyDzULmg

#rstats #statistics #dataanalysis #stats #datascience #r4ds #linearregression
December 3, 2024 at 3:15 PM
Improve your understanding of linear regression models and learn about extending the use of linear methods to situations with nonlinear relationships and interactions among variables in this online workshop. For more details: myumi.ch/kZgRm

#SumProg25 #ICPSR #LinearRegression #NonlinearModels
April 11, 2025 at 4:00 PM
An Overfitting dilemma: XGBoost Default Hyperparameters vs GenericBooster + LinearRegression Default Hyperparameters

thierrymoudiki.github.io/blog/2025/06...

#python #machinelearning
June 16, 2025 at 12:54 PM
1/ First up: Predictive AI 📊
These models help predict numbers, trends & patterns.

Example: Want to train your own regression model and predict how coffee affects your sleep? regression-js has got you covered!
#linearregression #regression #mlmodels
https://buff.ly/3VfPwPF
December 1, 2024 at 9:30 AM
Eight weeks. 22 classes. Two left. The finish line is right there.

Follow the journey 👇

#DataScience #MachineLearning #LinearRegression #KFold #LearningInPublic #Tech4Africans #TechCrush #CareerTransition
May 5, 2026 at 9:28 PM
An Overfitting dilemma: XGBoost Default Hyperparameters vs GenericBooster + LinearRegression Default Hyperparameters

https://thierrymoudiki.github.io/blog/2025/06/14/python/xgboost-default-overfitting

#Techtonique #DataScience #Python #rstats #MachineLearning
October 19, 2025 at 9:58 PM
🧪🛟 CPH Focus: Linear regression essentials! Dive into slope, intercept, and core assumptions to power your way to acing the CPH exam:
buff.ly/tE8ktpg
#EpiSky #MedSky #Biostatistics #LinearRegression #Regression #TestPrep
CPH Focus: Evidence-Based Approaches to Public Health : Regression Analysis : Linear Regression
ALT: Interior view of a sunlit artist’s studio: a bearded man sits on a wooden chair at left, holding a palette and brushes as he works on a landscape canvas propped near a bed draped with rumpled white linens, warm light streaming across the room.
www.broadlyepi.com
July 24, 2025 at 9:01 PM
🛠️ Model trained! Used LinearRegression as our baseline for the NYC taxi dataset.
The focus now shifts from training to understanding performance over time.
Monitoring is where real MLOps begins 🚀
#MLOpsZoomcamp #DataTalksClub
June 23, 2025 at 9:34 PM
See our new AI project that uses Linear Regression models to predict soccer player performance, helping teams make smarter decisions based on data.

You can download the full project from here: www.aionlinecourse.com/ai-projects/...

#epl #MachineLearning #LinearRegression #DataScience #AIProject
August 31, 2024 at 6:17 AM
𝗠𝗮𝘀𝘁𝗲𝗿𝗶𝗻𝗴 𝘁𝗵𝗲 𝗔𝗿𝘁 𝗼𝗳 𝗖𝗵𝗼𝗼𝘀𝗶𝗻𝗴 𝗟𝗶𝗻𝗲𝗮𝗿 𝗥𝗲𝗴𝗿𝗲𝘀𝘀𝗶𝗼𝗻: 𝗔𝘀𝘀𝘂𝗺𝗽𝘁𝗶𝗼𝗻𝘀 𝗧𝗵𝗮𝘁 𝗠𝗮𝘁𝘁𝗲𝗿

🎥 "Assumptions of Linear Regression" : youtu.be/hZ9Obgh0j9Y

📩 Newsletter: vizuara.ai/email-newsle...

#LinearRegression #MachineLearning #DataScience #RegressionAnalysis #MLModels #DataAnalysis #AI #Statistics
December 16, 2024 at 6:51 AM
Linear Regression in #SQL is an idea as bad as managing database migrations using a Python library.

TJ Murphy reposting a misguided #dbt package for #linearRegression in SQL doesn't make it right or important!

Use your brain cells, ffs!
January 7, 2025 at 8:23 AM
Just dropped our latest AI/ML Huddle!
🧠 Deep dive into Linear Regression.
🌐 Distributed data management for edge computing
🚀 Guide to deploying LLM projects via HuggingFace Spaces
Check it out : www.huddleandgo.work/aiml
#AIML #MachineLearning #LinearRegression #EdgeAI #LLM #HuggingFace #eCommerceAI
www.huddleandgo.work
May 17, 2025 at 4:35 PM
Top Machine Learning Algorithms You Should Know

Machine Learning (ML) algorithms are the backbone of AI-driven solutions. Here’s a breakdown of the Top 8 ML Algorithms with practical implementations: 1. Linear Regression (Ridge/LASSO) → Simple yet effective for 70% of predictive tasks. Python…
Top Machine Learning Algorithms You Should Know
Machine Learning (ML) algorithms are the backbone of AI-driven solutions. Here’s a breakdown of the Top 8 ML Algorithms with practical implementations: 1. Linear Regression (Ridge/LASSO) → Simple yet effective for 70% of predictive tasks. Python Code: from sklearn.linear_model import LinearRegression, Ridge, Lasso model = LinearRegression() model.fit(X_train, y_train) predictions = model.predict(X_test) Linux Command: pip install scikit-learn 2. Random Forest → Works well without extensive tuning.
undercodetesting.com
April 21, 2025 at 4:45 AM
Mastering AI: A Practical Learning Roadmap

Ready to master AI & Data Science? Join our WhatsApp group for free resources and expert insights! 👉 You Should Know: 1. Machine Learning (ML) Foundations Supervised Learning: Train models with labeled data. from sklearn.linear_model import…
Mastering AI: A Practical Learning Roadmap
Ready to master AI & Data Science? Join our WhatsApp group for free resources and expert insights! 👉 You Should Know: 1. Machine Learning (ML) Foundations Supervised Learning: Train models with labeled data. from sklearn.linear_model import LinearRegression model = LinearRegression() model.fit(X_train, y_train) Unsupervised Learning: Discover patterns in unlabeled data. from sklearn.cluster import KMeans kmeans = KMeans(n_clusters=3) kmeans.fit(X) Reinforcement Learning: Train agents via rewards.
undercodetesting.com
May 29, 2025 at 8:57 AM
Machine Learning Models: Key Concepts and Applications

Machine Learning (ML) models are fundamental tools in data science, enabling predictive analytics, classification, and decision-making. Below is a breakdown of key ML models and their applications: 1. Linear Regression Purpose: Predicts…
Machine Learning Models: Key Concepts and Applications
Machine Learning (ML) models are fundamental tools in data science, enabling predictive analytics, classification, and decision-making. Below is a breakdown of key ML models and their applications: 1. Linear Regression Purpose: Predicts continuous outcomes (e.g., house prices, sales forecasts). Example Command (Python): from sklearn.linear_model import LinearRegression model = LinearRegression() model.fit(X_train, y_train) predictions = model.predict(X_test) 2. Logistic Regression Purpose: Estimates binary outcomes (e.g., spam detection, customer churn).
undercodetesting.com
April 26, 2025 at 7:58 PM
AI Fundamentals: Supervised, Unsupervised, Deep, and Machine Learning Cheat Sheet

As AI grows in popularity, understanding its core principles is crucial. This cheat sheet covers Supervised Learning, Unsupervised Learning, Deep Learning, and Machine Learning, based on Stanford University and MIT…
AI Fundamentals: Supervised, Unsupervised, Deep, and Machine Learning Cheat Sheet
As AI grows in popularity, understanding its core principles is crucial. This cheat sheet covers Supervised Learning, Unsupervised Learning, Deep Learning, and Machine Learning, based on Stanford University and MIT classes. You Should Know: 1. Supervised Learning Uses labeled datasets to train models. Common algorithms: Linear Regression (scikit-learn): from sklearn.linear_model import LinearRegression model = LinearRegression() model.fit(X_train, y_train) Decision Trees:
undercodetesting.com
April 17, 2025 at 8:29 PM