Using K neighbors to predict sustainability index for cities in China in future 5 years
- Searching for data
- Optimize algorthim
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.
The score of the prediction could help to project the performances of cities in china and help to identify potential improvements.
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;
modifiy the "test" xlsx file and enter the data for 17 labels of the city you want to predict.
graph TD;
InputedData--> Predicted_score;