https://github.com/aimalz/proclam

sort by:
Revision Author Date Message Commit Date
8d65856 Adding checks for prediction matrices that contain 0 or 1s 08 May 2018, 20:07:20 UTC
fd7a0f1 Printing cm and truth counts to file for dimensionality sanity checks 08 May 2018, 20:04:44 UTC
9e23025 Adding division from future to allow support for division across different versions of Python 08 May 2018, 20:03:06 UTC
20d4fa0 Merge branch 'master' into issue39/logloss_nans 08 May 2018, 19:42:06 UTC
98d9234 removing buggy deterministic metrics 08 May 2018, 19:39:18 UTC
4e72e56 Added utility function to sanitize 0, and 1. for logloss modified: proclam/metrics/logloss.py modified: proclam/metrics/util.py 08 May 2018, 15:33:55 UTC
fa68490 Merge branch 'master' of https://github.com/aimalz/proclam into issue4 07 May 2018, 22:37:36 UTC
9d3036d fixed a bug @aimalz introduced 07 May 2018, 22:36:03 UTC
e99e6f1 Merge pull request #30 from aimalz/issue4 issue4 Adding tunnel vision, broadbrush, cruise control, subsumed classification systematics 07 May 2018, 21:39:02 UTC
c7249ea fixed syntax error 07 May 2018, 21:33:46 UTC
ea5141a freeing up number of classes and running some metrics 07 May 2018, 21:25:23 UTC
3ed03fe Merge pull request #37 from aimalz/issue/32/ci-patch * Continuous integration now tests on both Python version 2.7 and 3.5 * Adding gitignore file to not track auxiliary Python specific files * `pipeline_sandbox.ipynb` now runs using both 2.7 and 3.5 * Updating requirement file to allow notebook to run * Fixes issue #32 07 May 2018, 20:40:45 UTC
d8a4f66 Resolving wrong version number requirement for scikit-learn, latest currently is 0.19.1, not 1.19.1 07 May 2018, 20:23:00 UTC
8c26d58 Updating requirements needed to run notebook 07 May 2018, 20:16:57 UTC
fe64585 removed spurious file 07 May 2018, 20:11:35 UTC
3404004 fixed broken import 07 May 2018, 20:10:32 UTC
911c49c Changing dtype to float to fix Attribute Error when taking log of a ndarray. 07 May 2018, 19:02:42 UTC
d24da7c Adding gitignore file to not track auxiliary files produced by Python 07 May 2018, 18:58:06 UTC
e29e477 Merge branch 'master' into issue/32/ci-patch 07 May 2018, 18:54:16 UTC
dd5ef37 Added different confusion matrices Fix #4 07 May 2018, 18:36:58 UTC
e0cbba6 Adding options to test on various versions of Python 07 May 2018, 16:24:36 UTC
8cf819b Wrapping 'zip' in list function to make code Python 2 and 3 compatible 07 May 2018, 16:23:06 UTC
f6176bd Adding function from 'future' to ensure floor division is not occuring 07 May 2018, 16:21:30 UTC
1ea9159 resolved minor merge conflict 07 May 2018, 16:19:06 UTC
07a320c merged 07 May 2018, 16:09:01 UTC
30bfcd6 added a plot to notebook 07 May 2018, 15:59:58 UTC
d0b3d51 Added different confusion matrices Fix #4 07 May 2018, 15:08:07 UTC
c1793a2 periodic update 02 May 2018, 15:03:51 UTC
1f62194 periodic commit 02 May 2018, 15:01:17 UTC
866ceef Add an example to test the tunnel vision classifier 01 May 2018, 20:48:32 UTC
68dd9e8 Add tunnel vision classifier This classifier works well on only one randomly chosen class and ignores the other classes Fix #4 Signed-off-by: Anita Bahmanyar 01 May 2018, 20:30:17 UTC
760e1b8 added more contacts who have written code 01 May 2018, 18:41:11 UTC
cf1b8f2 Merge pull request #33 from aimalz/issue/32/ci Issue/32/ci, closes #32 01 May 2018, 18:37:47 UTC
45d8f6d Merge branch 'issue4' of https://github.com/aimalz/proclam into issue4 01 May 2018, 18:11:11 UTC
9b0d6e4 fixed directory mistake 01 May 2018, 17:59:41 UTC
ef43cdd fixing naming error 01 May 2018, 17:46:48 UTC
ae4c132 removing sphinx 01 May 2018, 17:30:49 UTC
ad9219e added scipy 01 May 2018, 17:22:36 UTC
5c7553f omitting version 01 May 2018, 17:15:12 UTC
a07193f changing version 01 May 2018, 17:03:21 UTC
91c8128 attempting travis 01 May 2018, 16:46:56 UTC
adb8f67 Add tunnel vision classifier This classifier works well on only one randomly chosen class and ignores the other classes Fix #4 Signed-off-by: Anita Bahmanyar <anitabahmanyar@Anitas-MacBook-Pro-2.local> 01 May 2018, 14:38:35 UTC
008ea75 Merge pull request #27 from aimalz/renmetric reading in real data in the pipeline notebook 01 May 2018, 13:54:47 UTC
99b21d7 fixed silly bug in comparisons 01 May 2018, 13:51:14 UTC
2cc6963 integrated scratchpad into pipeline notebook, moved datafiles (not as big as I thought) 01 May 2018, 13:40:23 UTC
3c0824a merging in from issue20 01 May 2018, 12:51:39 UTC
0160774 Merge pull request #29 from aimalz/issue20 adding prob_to_cm to util 01 May 2018, 12:36:53 UTC
7c47b2f removed broken make_rates 01 May 2018, 12:34:06 UTC
ebb109c debugged conversions and rates 28 April 2018, 02:59:54 UTC
1803d2d attempt at confusion matrix-based rates 28 April 2018, 01:39:19 UTC
0b46ab1 Merge branch 'issue20' of https://github.com/aimalz/proclam into issue20 26 April 2018, 23:25:10 UTC
67073d9 fixed prob to CM code 24 April 2018, 14:52:15 UTC
f00e652 Merge branch 'issue20' of https://github.com/aimalz/proclam into issue20 24 April 2018, 14:42:14 UTC
ad952cb added util to calculate TPR/TNR/FPR/PNR 24 April 2018, 14:05:00 UTC
3980f47 adding prob_to_cm to util 24 April 2018, 04:06:39 UTC
bdd8861 Merge pull request #28 from aimalz/issue26/fix_py3_import Fixes import issues with utils, closes #26 17 April 2018, 16:50:55 UTC
f690bcf reviewing formatting and docstrings while here 17 April 2018, 16:45:19 UTC
3fe534a reviewing formatting and taking out untested code that snuck in previously 17 April 2018, 16:37:32 UTC
bfa2fac Changed import statements as discussed in call, works with my setup on py3 17 April 2018, 16:16:48 UTC
68cb899 added scratch pad to see useage of the prob to CM code (note it doesn't find util) 17 April 2018, 14:37:34 UTC
044e5b6 added metrics examples from Michelle Lochner 17 April 2018, 14:33:12 UTC
5c2016d added simple confusion matrix from probability to util 17 April 2018, 14:32:58 UTC
db2fbb4 fixing import statements 17 April 2018, 14:02:03 UTC
50ab498 safer import statements 17 April 2018, 10:13:04 UTC
8b87631 adding imports 17 April 2018, 10:09:25 UTC
1dc24c6 removed output from pipeline 16 April 2018, 14:20:13 UTC
63847d5 removing unreviewed file 16 April 2018, 14:15:15 UTC
380b594 Merge pull request #22 from aimalz/rafmetric Classifier results based on confusion matrix (also improved true class histogram in pipeline) 16 April 2018, 14:11:11 UTC
0cbff35 Tested pipeline 14 April 2018, 03:04:09 UTC
cbe72b8 more efficient implementation and confirmation tests 13 April 2018, 18:04:09 UTC
39aa73a merged additional metrics and confirmed that pretty confusion matrix outperforms guessing 13 April 2018, 17:08:24 UTC
ef04af4 adding a test 13 April 2018, 16:57:29 UTC
7b1c9e4 testing this addition 13 April 2018, 15:52:45 UTC
94f972f merged master branch 13 April 2018, 15:22:08 UTC
3eda96c merged master branch 13 April 2018, 15:21:27 UTC
0dff730 using util function, expanding pipeline notebook 13 April 2018, 15:16:28 UTC
e6b73f2 resolving merge conflict 13 April 2018, 14:51:30 UTC
cf32010 fixed a bug, added comparison with scikit-learn 13 April 2018, 14:38:52 UTC
951172f fixed a bug, added comparison with scikit-learn 13 April 2018, 14:37:54 UTC
3980ccd modifications for brier score 13 April 2018, 14:10:48 UTC
b7a4ec1 keeping this around 13 April 2018, 13:29:09 UTC
766882a Added perturbation to CM probabilities 10 April 2018, 20:26:13 UTC
016d35d Minor changes to pipeline 10 April 2018, 20:24:43 UTC
e6c79de Merge branch 'master' into rafmetric 10 April 2018, 15:00:10 UTC
04b7816 integer tickmarks 10 April 2018, 14:59:45 UTC
aa8657f Merge branch 'rafmetric' of https://github.com/aimalz/proclam into rafmetric 10 April 2018, 14:58:19 UTC
59f7481 integer tickmarks 10 April 2018, 14:57:57 UTC
44a5673 Adding confussion matrix classifier subclass 10 April 2018, 14:55:00 UTC
5db745b updated readme 10 April 2018, 14:49:36 UTC
1733e43 logloss now works! 10 April 2018, 14:41:27 UTC
1c5b9cb Merge branch 'master' of https://github.com/aimalz/proclam into issue/11/logloss 10 April 2018, 14:20:06 UTC
ef91cdd fixed a typo 10 April 2018, 14:19:14 UTC
53e28ea fixed some bugs 10 April 2018, 14:18:51 UTC
4bd2225 fixed some bugs 10 April 2018, 14:18:39 UTC
6c6c11b progress 10 April 2018, 14:04:32 UTC
5adfcb5 initial setting up of deterministic metric additions 10 April 2018, 13:55:05 UTC
ab5f0fb fixed typo 10 April 2018, 13:54:56 UTC
533fba7 first stab 10 April 2018, 13:53:32 UTC
b461c17 updated brier metric sandbox 10 April 2018, 13:31:14 UTC
349abcf replaced sandbox with master 10 April 2018, 13:16:49 UTC
back to top