{"id":23862427,"url":"https://github.com/coder5omkar/multiple-linear-regression","last_synced_at":"2026-05-02T08:34:44.203Z","repository":{"id":269721599,"uuid":"908256598","full_name":"coder5omkar/Multiple-Linear-Regression","owner":"coder5omkar","description":"This repository provides a comprehensive implementation of Multiple Linear Regression (MLR) for predictive modeling. It includes detailed steps for preprocessing data, handling categorical variables, and visualizing relationships between features. ","archived":false,"fork":false,"pushed_at":"2024-12-25T15:44:40.000Z","size":496,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T12:14:07.760Z","etag":null,"topics":["data-science","machine-learning","mlr","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coder5omkar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-25T15:42:06.000Z","updated_at":"2024-12-25T15:45:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7641356-a218-46a0-81f2-4a23f6775cb9","html_url":"https://github.com/coder5omkar/Multiple-Linear-Regression","commit_stats":null,"previous_names":["coder5omkar/multiple-linear-regression"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coder5omkar/Multiple-Linear-Regression","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder5omkar%2FMultiple-Linear-Regression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder5omkar%2FMultiple-Linear-Regression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder5omkar%2FMultiple-Linear-Regression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder5omkar%2FMultiple-Linear-Regression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder5omkar","download_url":"https://codeload.github.com/coder5omkar/Multiple-Linear-Regression/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder5omkar%2FMultiple-Linear-Regression/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","machine-learning","mlr","python"],"created_at":"2025-01-03T07:11:06.408Z","updated_at":"2026-05-02T08:34:44.185Z","avatar_url":"https://github.com/coder5omkar.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n\u003cimg src=\"https://img.shields.io/badge/python-3.12.4-blue?logo=python\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/numpy-1.26.4-blue?logo=numpy\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/pandas-2.2.2-blue?logo=pandas\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/seaborn-0.13.2-blue?logo=seaborn\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/matplotlib-3.9.2-blue?logo=matplotlib\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/scikit--learn-1.5.1-blue?logo=scikitlearn\u0026logoColor=white\" alt=\"scikit-learn version 1.5.1\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/statsmodels-0.14.2-orange?logo=statsmodels\u0026logoColor=white\" alt=\"statsmodels version 0.14.2\" /\u003e\n\u003c/p\u003e\n\n# Multiple Linear Regression 🔥\n\n## 📋 General Information\n``` \nThis repository provides an in-depth understanding and practical implementation of Simple Linear Regression (SLR), a foundational machine learning algorithm. SLR is used to model the relationship between two variables: a dependent variable (target) and an independent variable (predictor). It assumes a linear relationship between them and fits a straight line (y = mx + c) to the data.\n\nKey features of this repository include:\n\nExplanation of SLR concepts with mathematical derivations.\nPython implementation using numpy, scikit-learn, and statsmodels.\nInteractive visualizations for better understanding.\nDatasets for testing and experimentation.\nPerformance evaluation metrics like RMSE and R².\nThis repo is ideal for beginners and enthusiasts aiming to master linear regression.\n```\n\n## 🛠️ Technologies Used\n- [Python](https://www.python.org/) version: 3.12.4\n- [Numpy](https://numpy.org/) version: 1.26.4\n- [Pandas](https://pandas.pydata.org/) version: 2.2.2\n- [Seaborn](https://seaborn.pydata.org/) version: 0.13.2\n- [Matplotlib](https://matplotlib.org/) version: 3.9.2\n- [scikit-learn](https://scikit-learn.org/) version: 1.5.1\n- [statsmodels](https://statsmodels.org/) version: 0.14.2\n\n## 🚀 **Getting Started** (In Anaconda PowerShell Prompt)\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/coder5omkar/Multiple-Linear-Regression.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd Multiple-Linear-Regression\n   ```\n\n3. Open the notebook:\n   ```bash\n   jupyter notebook MLR.ipynb\n   ```\n\n---\n\n\n## 🤝 Acknowledgements\n- This project was inspired by IIT-B AI-ML program at Upgrad\n\nDeveloped as part of the ML-1 Module assignment required for Post Graduate Diploma in Machine Learning and AI - IIIT,Bangalore.\n\nThis project is open source and available under the [MIT License](https://github.com/coder5omkar/Simple-Linear-Regression/blob/master/licence.txt).\n\n\n## Contact\nCreated by [@in/omkaramale](https://github.com/coder5omkar) - feel free to contact me!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder5omkar%2Fmultiple-linear-regression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder5omkar%2Fmultiple-linear-regression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder5omkar%2Fmultiple-linear-regression/lists"}