Skip to content

A simple Python project that scrapes country data (name, capital, population, area) from https://scrapethissite.com/pages/simple/, stores it in a MySQL database, and uses a decision tree regression model to estimate the area of a country based on its population. Combines basic web scraping, data processing, and machine learning in one pipeline.

Notifications You must be signed in to change notification settings

Ehsan-999/Country-Data-Scraper-and-Area-Estimator-using-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

About

A simple Python project that scrapes country data (name, capital, population, area) from https://scrapethissite.com/pages/simple/, stores it in a MySQL database, and uses a decision tree regression model to estimate the area of a country based on its population. Combines basic web scraping, data processing, and machine learning in one pipeline.

About

A simple Python project that scrapes country data (name, capital, population, area) from https://scrapethissite.com/pages/simple/, stores it in a MySQL database, and uses a decision tree regression model to estimate the area of a country based on its population. Combines basic web scraping, data processing, and machine learning in one pipeline.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages