dssg / police-eis

DSaPP police early intervention system: using machine learning to predict adverse incidents
Other
50 stars 20 forks source link

Comparative model evaluation #170

Closed jtwalsh0 closed 7 years ago

jtwalsh0 commented 8 years ago

Our model evaluations currently look at models independently. We should also compare models. Here are some of the things to look at:

  1. Correlation matrices between model predictions
    • Jaccard similarity and rank-order correlations
  2. Webapp should show display model accuracy for simple comparison, e.g. sort by accuracy
  3. Cluster models
  4. Predict model performance from model characteristics/configurations, e.g. type of model (random forest, logistic regression) is a feature, size of the time window is a feature, time period is a feature, hyperparameters are features, etc. That can help uncover patterns
jtwalsh0 commented 8 years ago

The webapp should show how stable/unstable model performance is over time.

Within-model evaluation:

Between-model evaluation:

jtwalsh0 commented 7 years ago

This is part of Tyra now