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 4a43d02 commit 9165f12Copy full SHA for 9165f12
test/regression/digits.jl
@@ -90,6 +90,6 @@ n_trees = 10
90
n_folds = 5
91
partial_sampling = 0.5
92
r2 = nfoldCV_forest(Y, X, n_folds, n_subfeatures, n_trees, partial_sampling; verbose=false)
93
-@test mean(r2) > 0.6
+@test mean(r2) > 0.55
94
95
end # @testset
0 commit comments