https://github.com/akhileshthite/india-population
ML (simple linear regression) model for predicting India's population.
https://github.com/akhileshthite/india-population
machine-learning numpy pandas python scikit-learn
Last synced: 2 months ago
JSON representation
ML (simple linear regression) model for predicting India's population.
- Host: GitHub
- URL: https://github.com/akhileshthite/india-population
- Owner: akhileshthite
- Created: 2020-07-26T22:01:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T21:43:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T00:51:19.863Z (over 1 year ago)
- Topics: machine-learning, numpy, pandas, python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regression: India's Population
• I've built a model that can predict India's population with **99.3%** accuracy by using **"Simple Linear Regression"** algorithm.
Python libraries- numpy, pandas, matplotlib.pyplot and scikit-learn.