Skip to content

Commit 0359816

Browse files
committed
update readme
1 parent 11cf252 commit 0359816

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ failures, summary = MLJTestInterface.test(
5454
The following commands generate small datasets of the form `(X, y)` suitable for interface
5555
tests:
5656

57-
- `MLJTestInterface.make_binary`
57+
- `MLJTestInterface.make_binary(; row_table=false)`
5858

59-
- `MLJTestInterface.make_multiclass`
59+
- `MLJTestInterface.make_multiclass(; row_table=false)` `
6060

61-
- `MLJTestInterface.make_regression`
61+
- `MLJTestInterface.make_regression(; row_table=false)` `
6262

63-
- `MLJTestInterface.make_count`
63+
- `MLJTestInterface.make_count(; row_table=false)` `
6464

0 commit comments

Comments
 (0)