Skip to content

Commit a48bee1

Browse files
committed
Update examples
[ci skip]
1 parent 8a6b15b commit a48bee1

File tree

4 files changed

+26
-17
lines changed

4 files changed

+26
-17
lines changed

examples/classifier_comparison.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
fig = plt.figure(figsize: [27, 9])
6767
i = 1
68-
all = PyCall::Slice.all
68+
all = 0..-1
6969
datasets.each do |ds|
7070
x, y = *ds
7171
x = StandardScaler.new.fit_transform(x)

examples/notebooks/classifier_comparison.ipynb

Lines changed: 7 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)