thekingofkings / chicago-partition

Automatically partition Chicago into Community Areas (CA), while minize the CA level crime prediction error.
MIT License
1 stars 1 forks source link

SVD non-convergence issue in NB regression #5

Closed thekingofkings closed 6 years ago

thekingofkings commented 6 years ago

NB_regression_evaluation does not converge on simple income_features

Temporary solution:

  1. Use Linear regression instead
  2. Convert naive income_features into summarized features, i.e. percentage, entropy
thekingofkings commented 6 years ago

Convert income_raw_features to summarized features

@wingsweihua implemented the feature conversions.

thekingofkings commented 6 years ago

Evaluation results

NB MAE, variance(AE), MRE (1832.2028333021701, 2891.8794771770331, 0.38254418647931793) LR MAE, variance(AE), MRE (1991.0757837199558, 2028.9037098863982, 0.41571514466499254)