I'm using GWR model in Python how many spatial characteristics affect in my results. I try to use 14 variables, but GWR results are not presents variable name but also x0, x1, ... and the results show me x0, x1, ... x14, input variables are 14, but output variables are 15. X0 is all coefficients result? I don't understand why output variables are 15.
y = gid['scale_com'].values.reshape((-1,1))
X = gid[['resident_p','living_pop','total_trip','mean_trip_','mean_trip_fare','mean_trans','taxi_total','taxi_mean_','taxi_mea_1','bus_numberenter image description here','NUMPOINTS_','NUMPOINT_1','resident','commercial']].values