Skip to content

Commit 7bd76d2

Browse files
authored
Merge pull request #26 from JuliaAI/dev
For a 0.2.8 release
2 parents 75eaeea + a8902d3 commit 7bd76d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJTestInterface"
22
uuid = "72560011-54dd-4dc2-94f3-c5de45b75ecd"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.2.7"
4+
version = "0.2.8"
55

66
[deps]
77
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

src/attemptors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function operations(fitted_machine, data...; throw=false, verbosity=1)
9393
model = fitted_machine.model
9494
operations = String[]
9595
methods = MLJBase.implemented_methods(fitted_machine.model)
96-
_, test = MLJBase.partition(1:MLJBase.nrows(first(data)), 0.99)
96+
_, test = MLJBase.partition(1:MLJBase.nrows(first(data)), 0.01)
9797
if :predict in methods
9898
predict(fitted_machine, first(data))
9999
model isa Static || predict(fitted_machine, rows=test)

0 commit comments

Comments
 (0)