Skip to content

Commit 469f627

Browse files
committed
update readme: add a note
1 parent 5078654 commit 469f627

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.dir-locals.el

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;;; Directory Local Variables
2+
;;; For more information see (info "(emacs) Directory Variables")
3+
4+
((python-mode
5+
(eval add-to-list 'python-shell-extra-pythonpaths (cdr (project-current)))
6+
(eval venv-workon "metacal")
7+
(eval message "Now in dp virtualenv")))

README.org

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ python test_metacal.py
2626
: ECE: 0.005411952048287812, empirical coverageacc: 0.3377814845704754
2727

2828

29+
* note
30+
As we've mentioned in the main paper:
31+
#+begin_quote
32+
To ensure the independence assumption, the training data of Meta-Cal should be
33+
different from the data set used to train the multi-class classifier.
34+
#+end_quote
35+
2936
* citation
3037
#+begin_src bibtex
3138
@inproceedings{Ma2021a,

0 commit comments

Comments
 (0)