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 a184366 commit 954ef9bCopy full SHA for 954ef9b
test/classifier_test.rb
@@ -58,6 +58,8 @@ def test_early_stopping
58
def test_missing
59
x_train, y_train, x_test, _ = multiclass_data
60
61
+ x_train = x_train.map(&:dup)
62
+ x_test = x_test.map(&:dup)
63
[x_train, x_test].each do |xt|
64
xt.each do |x|
65
x.size.times do |i|
0 commit comments