CityScope / CS_Urban_Indicators

Scripts for getting urban data and building urban indicators. A module for computing urban indicators in response to real-time CityScope inputs.
GNU General Public License v3.0
7 stars 4 forks source link

Scaling of innovation indicators #18

Closed doorleyr closed 4 years ago

doorleyr commented 4 years ago

The innovation indicator outputs are not in the range (0,1). @crisjf can the outputs be scaled based on the max and min in the training data for example? i.e. scaled_value= (absolute_value-min)/(max-min)

Screenshot 2020-05-19 at 17 26 51
crisjf commented 4 years ago

I forgot about that! hehehe.

crisjf commented 4 years ago

Let me know if there's an issue with this!