Skip to content

Commit 392f028

Browse files
Merge pull request #46 from MatthewSZhang/minibatch-doc
DOC debug end of ids
2 parents a61659a + 6de22dc commit 392f028

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)