Skip to content

Commit

Permalink
Expand warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Aug 12, 2023
1 parent 8fd7ecc commit b0403e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLJInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function validate_weights(_, ::SRRegressor, w::AbstractVector)
return w
end
function validate_weights(_, _, w::NamedTuple)
@warn "You are using an experimental interface. This API may change in the future."
@warn "You are using an experimental interface for the `extra` field of a `Dataset` type. This API may change in the future."
return w
end
function validate_weights(_, _, ::Nothing)
Expand Down

0 comments on commit b0403e8

Please sign in to comment.