I need to predict the level of a certain index for a country (Scale of 1-100) which is the target feature based on 5 macro-economic and social features/indicators ( Life expectancy , infant mortality , % of GDP spent on military etc )
I need to use 3-nearest neighbor prediction model & weighted k-nn
I also need to predict after range normalization.
Im looking for some ideas on how I could achieve this in python
Thanks