By @jdwlbrv — a must-read for anyone into #rstats, #dataviz, #datascience, #machinelearning, #LinearRegression, and #stats.
By @jdwlbrv — a must-read for anyone into #rstats, #dataviz, #datascience, #machinelearning, #LinearRegression, and #stats.
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 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.
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_}")
#rstats #statistics #digitalhumanities
#rstats #statistics #digitalhumanities
👉Read more: tinyurl.com/CeMMRR2024-R...
#CeMMResearchReport2024
👉Read more: tinyurl.com/CeMMRR2024-R...
#CeMMResearchReport2024
#datascience #dataanalytics #dataviz #linearregression #KNIME #lowcode #nocode #opensource #visualprogramming
#datascience #dataanalytics #dataviz #linearregression #KNIME #lowcode #nocode #opensource #visualprogramming
Short video for details: youtu.be/BxfNyDzULmg
#rstats #statistics #dataanalysis #stats #datascience #r4ds #linearregression
Short video for details: youtu.be/BxfNyDzULmg
#rstats #statistics #dataanalysis #stats #datascience #r4ds #linearregression
@tandfresearch.bsky.social @amstatnews.bsky.social #LinearRegression #Simulation www.tandfonline.com/doi/full/10....
@tandfresearch.bsky.social @amstatnews.bsky.social #LinearRegression #Simulation www.tandfonline.com/doi/full/10....
#SumProg25 #ICPSR #LinearRegression #NonlinearModels
#SumProg25 #ICPSR #LinearRegression #NonlinearModels
thierrymoudiki.github.io/blog/2025/06...
#python #machinelearning
thierrymoudiki.github.io/blog/2025/06...
#python #machinelearning
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
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
Follow the journey 👇
#DataScience #MachineLearning #LinearRegression #KFold #LearningInPublic #Tech4Africans #TechCrush #CareerTransition
Follow the journey 👇
#DataScience #MachineLearning #LinearRegression #KFold #LearningInPublic #Tech4Africans #TechCrush #CareerTransition
https://thierrymoudiki.github.io/blog/2025/06/14/python/xgboost-default-overfitting
#Techtonique #DataScience #Python #rstats #MachineLearning
https://thierrymoudiki.github.io/blog/2025/06/14/python/xgboost-default-overfitting
#Techtonique #DataScience #Python #rstats #MachineLearning
buff.ly/tE8ktpg
#EpiSky #MedSky #Biostatistics #LinearRegression #Regression #TestPrep
buff.ly/tE8ktpg
#EpiSky #MedSky #Biostatistics #LinearRegression #Regression #TestPrep
The focus now shifts from training to understanding performance over time.
Monitoring is where real MLOps begins 🚀
#MLOpsZoomcamp #DataTalksClub
The focus now shifts from training to understanding performance over time.
Monitoring is where real MLOps begins 🚀
#MLOpsZoomcamp #DataTalksClub
You can download the full project from here: www.aionlinecourse.com/ai-projects/...
#epl #MachineLearning #LinearRegression #DataScience #AIProject
You can download the full project from here: www.aionlinecourse.com/ai-projects/...
#epl #MachineLearning #LinearRegression #DataScience #AIProject
🎥 "Assumptions of Linear Regression" : youtu.be/hZ9Obgh0j9Y
📩 Newsletter: vizuara.ai/email-newsle...
#LinearRegression #MachineLearning #DataScience #RegressionAnalysis #MLModels #DataAnalysis #AI #Statistics
🎥 "Assumptions of Linear Regression" : youtu.be/hZ9Obgh0j9Y
📩 Newsletter: vizuara.ai/email-newsle...
#LinearRegression #MachineLearning #DataScience #RegressionAnalysis #MLModels #DataAnalysis #AI #Statistics
TJ Murphy reposting a misguided #dbt package for #linearRegression in SQL doesn't make it right or important!
Use your brain cells, ffs!
TJ Murphy reposting a misguided #dbt package for #linearRegression in SQL doesn't make it right or important!
Use your brain cells, ffs!
🧠 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
🧠 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
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…
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…
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…
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…
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 (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…
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…
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…