Skip to content

Commit 6de22dc

Browse files
committed
DOC debug end of ids
1 parent 3279206 commit 6de22dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_pruning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _fastcan_pruning(
7575
X.T, atoms.T, n_samples_to_select, batch_size=batch_size, tol=1e-9, verbose=0
7676
)
7777
pruned_lr = LogisticRegression(max_iter=110).fit(X[ids_fastcan], y[ids_fastcan])
78-
print(atoms[0], ids_fastcan[:10])
78+
print(atoms[-1], ids_fastcan[-10:])
7979
return pruned_lr.coef_, pruned_lr.intercept_
8080

8181

0 commit comments

Comments
 (0)