topmodel
topmodel copied to clipboard
Standard evaluations for binary classifiers so you don't have to
I find the range(len()) a bit NP, and it hides intent (at least for me). Tests (except test 5, see #22) pass. Apart from that everything seems to work by...
Nice looking package and it seems to bootstrap model comparisons in a nice way. You roll your own implementation of the metrics and while they are straightforward implementations the unit...
I'm trying to run the tests in the test folder, but the fifth (test_compare) fails with ``` File "~/Code/topmodel/web/views/pages.py", line 21, in compare model_data = g.model_data_manager.models[path] KeyError: u'data/test/my_model_name/' ```
It would be nice to make a random line on the ROC curve be a default.
In the example data file header should be `pred_score` instead of `pred-score` ## 1. Create a TSV with columns 'pred_score' and 'actual'. Save it to `your_model_name.tsv`. The columns should be...
Pandas 0.19.1 will throw an exception if the matplotlib version is 1.4.0 see: pandas/tools/plotting.py 137 try: 138 import matplotlib --> 139 return (matplotlib.__version__ >= LooseVersion('1.5') or 140 matplotlib.__version__[0] == '0')...