triage icon indicating copy to clipboard operation
triage copied to clipboard

General Purpose Risk Modeling and Prediction Toolkit for Policy and Social Good Problems

Results 110 triage issues
Sort by recently updated
recently updated
newest added

@saleiro suggested this. His words were "@tweddielin has an amazing set of plots for crosstabs" ... and I trust him

postmodeling

Or maybe the model group _and_ the model: (Image from dirtyduck) ![f9b5e906f9c75c58d054caf59819deb713e1b3e7](https://user-images.githubusercontent.com/494528/55026525-2b9d5080-4fd1-11e9-9851-883e54c388e4.png) The rational for this request, is that the modeler will use this plot in the "model group selection/exploration"...

postmodeling

The methods used by ModelGroupEvaluator in the notebook are old, e.g. `plot_jaccard` is now `plot_jaccard_preds`

postmodeling

This table would map models with feature groups and loo/loi strategies so we would be able to quickly know that a given model is a loo of feature group x...

In `dirtyduck` the last prediction `as-of-date` is `2017-12-01`. The following table is a fragment of the final models from the inspections part of `dirtyduck`: ```| model_group_id | model_type | hyperparameters...

postmodeling

http://scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html

postmodeling

We should consider restructuring the [postmodeling tutorial notebook](https://github.com/dssg/triage/blob/master/src/triage/component/postmodeling/contrast/postmodeling_tutorial.ipynb) to provide a more natural user flow, for instance: - Moving the model group evaluation and performance metrics up front to potentially...

postmodeling

The [postmodeling tutorial](https://github.com/dssg/triage/blob/master/src/triage/component/postmodeling/contrast/postmodeling_tutorial.ipynb) uses `params.thresholds_iterator` in performing error analysis, however this parameter is not present in the [example postmodeling config file](https://github.com/dssg/triage/blob/master/example/config/postmodeling_config.yaml)

postmodeling

Postmodeling currently identifies feature groups simply by splitting on the first underscore, but some feature groups may use underscores in their name and start with the same characters, so we...

postmodeling

Check how much of your feature space has been imputed by triage. This would give a little bit more of context to the already available plot showing the sparsity of...

postmodeling