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 11cf252 commit 0359816Copy full SHA for 0359816
README.md
@@ -54,11 +54,11 @@ failures, summary = MLJTestInterface.test(
54
The following commands generate small datasets of the form `(X, y)` suitable for interface
55
tests:
56
57
-- `MLJTestInterface.make_binary`
+- `MLJTestInterface.make_binary(; row_table=false)`
58
59
-- `MLJTestInterface.make_multiclass`
+- `MLJTestInterface.make_multiclass(; row_table=false)` `
60
61
-- `MLJTestInterface.make_regression`
+- `MLJTestInterface.make_regression(; row_table=false)` `
62
63
-- `MLJTestInterface.make_count`
+- `MLJTestInterface.make_count(; row_table=false)` `
64
0 commit comments