File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -84,21 +84,6 @@ def _add_lbl(lst, lbl):
84
84
return running_lbls
85
85
86
86
87
- #def _robust_estimate_has_same_models(estimates, est_lbl):
88
- # lbl_robust = est_lbl+ROBUST_SUFFIX
89
- # if lbl_robust not in estimates: return False #no robust estimate
90
- #
91
- # for mdl_lbl in list(estimates[est_lbl].goparameters.keys()) \
92
- # + ['final iteration estimate']:
93
- # if mdl_lbl not in estimates[lbl_robust].models:
94
- # return False #robust estimate is missing mdl_lbl!
95
- #
96
- # mdl = estimates[lbl_robust].models[mdl_lbl]
97
- # if estimates[est_lbl].models[mdl_lbl].frobeniusdist(mdl) > 1e-8:
98
- # return False #model mismatch!
99
- #
100
- # return True
101
-
102
87
def _get_viewable_crf (est , est_lbl , mdl_lbl , verbosity = 0 ):
103
88
printer = _VerbosityPrinter .create_printer (verbosity )
104
89
You can’t perform that action at this time.
0 commit comments