An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with simple-linear-regression

A curated list of projects in awesome lists tagged with simple-linear-regression .

https://github.com/ruban2205/data-science-introduction

Welcome to the Data Science Introduction repository! This repository is designed to provide an introduction to the field of data science, covering various topics and techniques commonly used in the industry.

classification-algorithm data-science data-visualization decision-tree-classifier exploratory-data-analysis knn knn-classification python simple-linear-regression

Last synced: 11 Jul 2025

https://github.com/wesleyhf/simple-linear-regression

:books: A simple linear regression in R

linear-regression r simple-linear-regression studying

Last synced: 25 Oct 2025

https://github.com/himel-sarder/linear-regression-on-income-dataset-kaggle

This project implements a simple linear regression model to predict happiness based on income using a dataset. The goal of the model is to explore the relationship between income and happiness and evaluate the model's performance using various regression metrics.

linear-regression machine-learning machine-learning-algorithms machinelearning metrics simple-linear-regression

Last synced: 09 May 2026

https://github.com/himel-sarder/ml-exercise-regression-metrics

This repository contains an exercise on regression metrics using an income dataset to predict happiness. The exercise includes data preprocessing, model training, evaluation, and visualization.

error-handling income-dataset machine-learning machine-learning-algorithms machinelearning ml ml-exercise ml-practice regression regression-metrics simple-linear-regression

Last synced: 26 Jun 2025

https://github.com/himel-sarder/ml-exercise-sales-prediction-advertising-simple-linear-regression

This project analyzes Kaggle's Advertising Dataset to predict sales based on advertising budgets for TV, Radio, and Newspaper. Using linear regression, it explores relationships between spending and sales, evaluates model performance, and provides actionable insights for data-driven marketing decisions.

linear-regression machine-learning machine-learning-algorithms machinelearning ml regression-analysis regression-models sales-prediction sales-prediction-using-python simple-linear-regression

Last synced: 25 Oct 2025

https://github.com/vidhi1290/regression-series

In this repository, we delve into the world of regression analysis. I have provided straightforward examples and in-depth explanations of both simple and multiple regression, helping you gain a solid grasp of these essential statistical techniques.😎✅

datascience linear-regression logistic-regression machine-learning machine-learning-algorithms multiple-linear-regression regression-models simple-linear-regression

Last synced: 28 Mar 2025

https://github.com/dadananjesha/simple-linear-regression

Simple Linear Regression in Python is an educational project demonstrating how to perform linear regression analysis using Python.

data-tools iiit-bangalore linear-regression simple-linear-regression upgrad

Last synced: 09 Apr 2026

https://github.com/Himel-Sarder/ML-Exercise-Regression-Metrics

This repository contains an exercise on regression metrics using an income dataset to predict happiness. The exercise includes data preprocessing, model training, evaluation, and visualization.

error-handling income-dataset machine-learning machine-learning-algorithms machinelearning ml ml-exercise ml-practice regression regression-metrics simple-linear-regression

Last synced: 04 Sep 2025

https://github.com/aye-shadow/machine-learning-practise

This repo is for all my machine-learning mini-projects to showcase my learning as I dive into the world of AI/ML/DL.

decision-trees k-nearest-neighbours machine-learning multiple-linear-regression python regression-trees simple-linear-regression

Last synced: 06 May 2026

https://github.com/avd1729/simple-linear-regression

Implementing Simple linear regression using multiple methods

simple-linear-regression

Last synced: 17 Jan 2026

https://github.com/shankytiwari/machine-learning-simple-linear-regression

Death age calculator model based on the number of cigarettes consumed in a day

linear-regression machine-learning machine-learning-algorithms simple-linear-regression

Last synced: 18 Mar 2025

https://github.com/cano1998/simple-linear-regression

Project where I applied simple linear regression to predict the charges for individuals based on their age. Specifically, I focus on predicting the charges for a 70-year-old person.

simple-linear-regression

Last synced: 23 Feb 2025

https://github.com/redayzarra/machine-learning

These are my notes, lessons, models, and code for topics on machine learning. Topics include everything from data pre-processing to logistic regression intuition, and more!

data-preprocessing data-science datapreprocessing linear-models linear-regression linear-regression-models linear-regression-python machine-learning machine-learning-algorithms simple-linear-regression

Last synced: 10 Sep 2025

https://github.com/coder5omkar/simple-linear-regression

Linear regression is one of the most fundamental algorithms in machine learning and statistics used for predicting a continuous dependent variable (target) based on one or more independent variables (features). The key idea behind linear regression is to find the relationship between variables by fitting a straight line through the data points.

data-science machine-learning simple-linear-regression sklearn-library

Last synced: 31 Dec 2025

https://github.com/cyberoctane29/penguins-data-modeling-and-analysis

This project applies statistical modeling, including single and multiple linear regression, using Python. It covers exploratory data analysis, data cleaning, and modeling with pandas, NumPy, statsmodels, and scikit-learn. Regression analyzes relationships, while clustering identifies patterns. Seaborn visualizations enhance interpretability.

clustering-algorithm clustering-analysis data-analytics eda kmeans-clustering machine-learning mulitple-linear-regression penguins predictive-modeling regression-analysis simple-linear-regression statistical-modeling supervised-learning unsupervised-learning

Last synced: 24 Mar 2025

https://github.com/ddeepanshu-997/simple_linear_regression_in_machine_learning

In this repository i performed initially some data preprocessing technique in order to filter out the data flaws then undergoes the process of model building i.e simple linear regression on real life data in order to make a machine learning regression model.

aimodels data-preprocessing data-science machine-learning model simple-linear-regression

Last synced: 28 Feb 2025

https://github.com/cyberoctane29/influencer-impact-and-marketing-sales-modeling-and-analysis

This project analyzes influencer marketing and promotional budgets' impact on sales using ML and statistical modeling in Python. It includes EDA, data cleaning, and simple and multiple linear regression. Key libraries include pandas, NumPy, statsmodels, Seaborn, and Matplotlib. Insights help optimize marketing strategies and resource allocation.

data-analytics eda influencer-analytics influencer-marketing machine-learning marketing-analytics multiple-linear-regression predictive-modeling regression-analysis simple-linear-regression supervised-learning

Last synced: 12 Jun 2025

https://github.com/saadarazzaq/one-shot-linear-regression

The Only Must Have Source and Resource You Need, to Learn Univariate Linear Regression 🔥

python-tutorial simple-linear-regression

Last synced: 17 Mar 2025

https://github.com/pradipnp/linear_regression-basic

This project demonstrates a basic implementation of linear regression in Python. It calculates the regression line using mathematical formulas (no Scikit-learn). The dataset contains house sizes and prices. Includes data visualization with scatter plots and a regression line.

linear-regression python simple-linear-regression

Last synced: 01 Nov 2025

https://github.com/cyberoctane29/penguins-data-analysis-and-modeling

This project applies statistical modeling, including single and multiple linear regression, using Python. It covers exploratory data analysis, data cleaning, and modeling with pandas, NumPy, statsmodels, and scikit-learn. Regression analyzes relationships, while clustering identifies patterns. Seaborn visualizations enhance interpretability.

cluster-analysis clustering-algorithm data-analytics eda kmeans-clustering machine-learning multiple-linear-regression penguins predictive-modeling regression-analysis simple-linear-regression statistical-modeling supervised-learning unsupervised-learning

Last synced: 02 Apr 2025

https://github.com/shwetapardhi/assignment-04-simple-linear-regression-2

Q2) Salary_hike -> Build a prediction model for Salary_hike Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using R or Python. EDA and Data Visualization. Correlation Analysis. Model Building. Model Testing. Model Predictions.

correlation-analysis data-visualization distplot eda feature-engineering model-building model-predictions model-template numpy ols-regression p-value pandas python r-square-values regression-plot seaborn simple-linear-regression smf statsmodels t-score

Last synced: 08 May 2026

https://github.com/shawonbarman/single_variable_linear_regression

This is a basic machine learning project. Simple or single variable linear regression is a statistical method that allows us to summarize and study relationships between two continuous variables: (a) one variable, denoted x, is regarded as the predictor, explanatory, or independent variable, (b) the other variable, denoted y, is regarded as the response, outcome, or dependent variable.

machine-learning python simple-linear-regression

Last synced: 18 Apr 2026

https://github.com/shwetapardhi/assignment-04-simple-linear-regression-1

Q1) Delivery_time -> Predict delivery time using sorting time. Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using R or Python. EDA and Data Visualization, Feature Engineering, Correlation Analysis, Model Building, Model Testing and Model Predictions using simple linear regressi

correlation-analysis data-visualization distplot eda feature-engineering model-building model-prediction model-testing numpy ols-regression p-value pandas python regression-plot rsquare-values seaborn simple-linear-regression smf statsmodel t-score

Last synced: 30 Apr 2026