File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
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" )))
Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ python test_metacal.py
26
26
: ECE: 0.005411952048287812, empirical coverageacc: 0.3377814845704754
27
27
28
28
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
+
29
36
* citation
30
37
#+begin_src bibtex
31
38
@inproceedings{Ma2021a,
You can’t perform that action at this time.
0 commit comments