Skip to content

Commit 680e01b

Browse files
committed
pass examples
1 parent 40f91c5 commit 680e01b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/plot_survival_analysis.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@
7171
datafit = Cox()
7272
penalty = L1(alpha)
7373

74-
datafit.initialize(X, y)
75-
7674
# init solver
7775
solver = ProxNewton(fit_intercept=False, max_iter=50)
7876

@@ -230,7 +228,6 @@
230228

231229
# ensure using Efron estimate
232230
datafit = Cox(use_efron=True)
233-
datafit.initialize(X, y)
234231

235232
# solve the problem
236233
solver = ProxNewton(fit_intercept=False, max_iter=50)

0 commit comments

Comments
 (0)