Skip to content

Using K neighbors to predict sustainability index for cities in China in future 5 years

License

Notifications You must be signed in to change notification settings

JCZhang2006/China_City_sustainability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

China_City_sustainability

Using K neighbors to predict sustainability index for cities in China in future 5 years

  • Searching for data
  • Optimize algorthim

What this project does

This project is dedicated to predict future performance of sustainability scores for cities in china. This project is using data from the China statistical book and online resources from the year 1999 to 2018.

what is the value of this project

The score of the prediction could help to project the performances of cities in china and help to identify potential improvements.

How this work

By using the k neighbour algorthim, this project could successfully predict sustainability index for cities in China with an accuracy of 99%.

graph TD;
    China_statistical_book-->17labels;
    China_statistical_book-->Sustainability_Score;
    17labels--> K_neighbours_algorthim;
    Sustainability_Score--> K_neighbours_algorthim;
    K_neighbours_algorthim--> Predicted_score_ForFuture;
    
    
    
Loading

How to use

modifiy the "test" xlsx file and enter the data for 17 labels of the city you want to predict.

graph TD;
    InputedData--> Predicted_score;
    
    
Loading

Results

image image

About

Using K neighbors to predict sustainability index for cities in China in future 5 years

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages