Tarun Gupta · @tarungupta
6 followers · 177 posts · Server me.dm

๐Ÿงฎ Dive into Simple Linear Regression! Establish correlations and predict outcomes. Import the dataset, preprocess the data, and fit it into a regression model using Python. ๐Ÿค๐Ÿ”

medium.com/towards-data-scienc

#linearregression #datapreprocessing #python

Last updated 1 year ago

Tarun Gupta · @tarungupta
4 followers · 108 posts · Server me.dm

๐Ÿ’ผ๐Ÿ“Š Want to determine the relationship between employee salaries and experience? Use Simple Linear Regression! Learn how to preprocess data, fit the model, and visualize the correlation in Python.

medium.com/towards-data-scienc

#linearregression #datapreprocessing #python

Last updated 1 year ago

Frank Hรคnel · @frankhaenel
2 followers · 6 posts · Server fosstodon.org

๐Ÿ“ˆ Homoscedasticity is a crucial assumption in linear regression! ๐Ÿ” Check your data using the goldfeld-quant test from the lmtest-package in R.

#rstats #r4ds #datascience #machinelearning #linearregression

Last updated 1 year ago

Samin Aref · @samin
391 followers · 11 posts · Server mas.to

๐Ÿ“ข Are you interested in ๐Ÿค– and ๐Ÿ but do not know where to start? You can check out my free course on YouTubeโ–ถ๏ธ. I plan to release new recorded lectures and Python labs every week.
Please repost ๐Ÿ”ƒ

Lecture 3 - The connection between , Hypothesis Testing, Confidence Intervals, and Correlation
youtube.com/watch?v=-PEoLbqgnQ

Link to the complete course playlist on YouTube
Data Science Methods and Statistical Learning
youtube.com/playlist?list=PLSk

#linearregression #Python #machinelearning

Last updated 1 year ago

Alice · @alice
19 followers · 165 posts · Server lgbtqia.space

Explain linear regression like I'm 5.
_
Linear regression is like trying to draw a straight line to connect some dots on a piece of paper. Each dot represents a piece of information, and the line represents a pattern that helps us make predictions.

For example, let's say we have a bunch of dots that show how old a person is, and how tall they are. We can draw a line that shows the pattern of how tall people get as they grow older. With this line, we can make a guess about how tall a person will be based on their age.

This is like linear regression. We use it to find the pattern between two things, so that we can make predictions. We can use this pattern to answer questions like, "how much will the price of a house change if the size of the house changes?" or "how much a person's salary will increase if they get more years of experience?"

The line that we draw to connect the dots is called the "regression line," and it helps us make these predictions.
_
Show me the equation for it, along with dummy data.
_
The equation for a simple linear regression model is:

y = b0 + b1 * x

where:
y is the dependent variable, or the value we are trying to predict.
x is the independent variable, or the input feature.
b0 is the y-intercept, or the value of y when x = 0.
b1 is the slope, or the amount that y changes for each unit change in x.

For example, let's say we have data on the number of hours studied and the test scores for a group of students. We can use linear regression to model the relationship between the number of hours studied and the test scores.

x = number of hours studied
y = test score

y = b0 + b1 * x

Suppose the regression model gives us the following values:
b0 = 50
b1 = 10

This means that, according to the regression model, if a student studies 0 hours, their test score will be 50. If a student studies 1 hour, their test score will be 50 + 10 = 60. If a student studies 2 hours, their test score will be 50 + 10 * 2 = 70, and so on.
_

Feel free to argue with our in the replies.

#chatgpt #teaches #statistics #linearregression #robotoverlords

Last updated 2 years ago

Wassermands · @Wassermands
10 followers · 29 posts · Server mastodon-belgium.be

I want to use the function of the package. What will be the factor of increase in computation time between a normal linear regression & f.e. a polr computation with the same input variables and an output with 15 levels? (Or even an output with 200 levels?)
Or are there better ways to model something with that much output levels?

#polr #mass #rstats #ordinalregression #linearregression #logisticregression

Last updated 2 years ago

Gabby Palomo, PhD · @gabbspalomo
237 followers · 289 posts · Server fosstodon.org

Cheatsheet for linear regression in r.
Iโ€™m trying not top post things from the bad place but this one is really good!
Originally posted by Ben Larson blarson424 on the bird site.

#rstats #linearregression #glm #cheatsheets

Last updated 2 years ago

Carlos Ariza · @carlos_ariza
23 followers · 115 posts · Server mastodon.social
Cees Grootes · @analyticus
590 followers · 372 posts · Server mastodon.social
Cees Grootes · @analyticus
590 followers · 372 posts · Server mastodon.social
Stefan Contractor · @stefancontracto
26 followers · 2 posts · Server mastodon.au

Neelesh Rampal from NIWA teaches us the difference between and

#linearregression #convolutionalneuralnetworks #amos2022

Last updated 2 years ago