Skip to content

Commit b0403e8

Browse files
committed
Expand warning message
1 parent 8fd7ecc commit b0403e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MLJInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function validate_weights(_, ::SRRegressor, w::AbstractVector)
205205
return w
206206
end
207207
function validate_weights(_, _, w::NamedTuple)
208-
@warn "You are using an experimental interface. This API may change in the future."
208+
@warn "You are using an experimental interface for the `extra` field of a `Dataset` type. This API may change in the future."
209209
return w
210210
end
211211
function validate_weights(_, _, ::Nothing)

0 commit comments

Comments
 (0)