https://github.com/aimalz/proclam

sort by:
Revision Author Date Message Commit Date
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
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
482c8b1 removed my sandbox 10 April 2018, 12:57:03 UTC
0efc9b1 Minor changes 10 April 2018, 02:38:16 UTC
8d57e7e Set test to 3 classe only 10 April 2018, 02:31:54 UTC
6be89b5 Deleted old unbalanced simulator 10 April 2018, 02:21:09 UTC
e1b1447 Updated histogram for logunbalanced simulatro 10 April 2018, 02:15:21 UTC
5de6e93 removed spurious file 04 April 2018, 21:36:27 UTC
beeda10 Merge pull request #21 from aimalz/rafmetric-patch Simulating unbalanced classes 04 April 2018, 17:01:23 UTC
43d028f removed unnecessary code 04 April 2018, 15:50:37 UTC
dd74091 updated name 04 April 2018, 15:38:33 UTC
564a8b7 updated text 04 April 2018, 15:37:35 UTC
e88a2e8 renamed and fixed to be consistent with original intention 04 April 2018, 15:37:10 UTC
ac687e9 clearing output/execution counts 04 April 2018, 15:24:32 UTC
3f80eb0 consistent formatting 04 April 2018, 15:21:53 UTC
43c7d5b removed old code 04 April 2018, 15:20:31 UTC
680b704 fixing unbalanced simulator 04 April 2018, 15:13:01 UTC
40f3354 Adding unbalanced simulator 04 April 2018, 04:48:42 UTC
7ea3440 Added unbalanced simulator 04 April 2018, 04:39:34 UTC
9773f6f clearer formatting 03 April 2018, 18:09:55 UTC
32bdee6 clearer formatting 03 April 2018, 18:05:34 UTC
e91bb72 clarifying motivation 03 April 2018, 16:09:18 UTC
f62e6a2 Merge pull request #17 from aimalz/workonpy3 Fix `proclam` imports to get pipeline_sandbox.ipynb running on py2/3., closes #16 27 March 2018, 15:58:19 UTC
1ab6bf7 Added future imports to get pipeline_sandbox notebook working on both py2 and py3 modified: proclam/__init__.py modified: proclam/classifiers/__init__.py modified: proclam/classifiers/guess.py modified: proclam/metrics/__init__.py modified: proclam/simulators/__init__.py modified: proclam/simulators/uniform.py 27 March 2018, 14:38:12 UTC
57740d5 changed pipeline to take metrics 27 March 2018, 03:08:46 UTC
ca6ec19 new metrics 27 March 2018, 03:08:15 UTC
db91d64 updating readme 20 March 2018, 14:48:41 UTC
d5d58d3 Merge pull request #15 from aimalz/issue/12/infrastructure Issue/12/infrastructure 20 March 2018, 14:46:55 UTC
f8bc95e documenting the demo 20 March 2018, 14:45:16 UTC
5d0a406 general readme for helpers 12 March 2018, 01:53:10 UTC
51febe7 updated instructions for contributing to reflect new superclass structure 05 March 2018, 19:06:57 UTC
72fddce updated instructions for contributing to reflect new superclass structure 05 March 2018, 19:01:06 UTC
6a11860 updated instructions for contributing to reflect new superclass structure 05 March 2018, 18:23:53 UTC
2dc52bd rudimentary pipeline 02 March 2018, 21:35:05 UTC
1c79966 periodic update 02 March 2018, 21:31:25 UTC
8adb9f8 implemented metric superclass 02 March 2018, 21:30:11 UTC
521a26d minor changes to simulators 02 March 2018, 20:45:53 UTC
e6d317b framework for classifiers 02 March 2018, 20:44:40 UTC
d5ecb76 framework for simulators 02 March 2018, 19:28:02 UTC
80ee559 reorganizing 02 March 2018, 19:03:27 UTC
1c666f4 will need this 02 March 2018, 19:02:34 UTC
f5859a9 another directory 02 March 2018, 18:42:06 UTC
0ad42f6 outlined the modular structure 02 March 2018, 14:57:45 UTC
ad728e9 setting up directories for making metrics and classifiers 02 March 2018, 05:31:59 UTC
6a647e8 fixing typo 11 January 2018, 16:11:49 UTC
ff5ad8e resolving #6, adding new collaborators 11 January 2018, 16:11:25 UTC
aaeb020 Merge pull request #7 from aimalz/Issue#3/ChallengeQuestions Adding file on questions that we want to ask 08 December 2017, 22:03:31 UTC
32e96a2 Adding file on questions that we want to ask new file: challenge_questions.md 08 December 2017, 20:55:44 UTC
87ba8ba clarifying participation 01 December 2017, 18:05:46 UTC
0b60465 playing with emphasis 01 December 2017, 18:04:45 UTC
7142f7f added additional collaborator 01 December 2017, 18:04:18 UTC
d62d2ec preliminary outline of hack 30 November 2017, 18:54:44 UTC
back to top