We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec5dc2 commit a6f1b04Copy full SHA for a6f1b04
forestci/calibration.py
@@ -99,7 +99,6 @@ def neg_loglik(eta):
99
if not res.success:
100
warnings.warn("Fitting the empirical bayes prior failed with message %s." % res.message)
101
eta_hat = res.x
102
- print(eta_hat)
103
g_eta_raw = np.exp(np.dot(XX, eta_hat)) * mask
104
g_eta_main = g_eta_raw / sum(g_eta_raw)
105
g_eta = (
0 commit comments