Skip to content

Commit

Permalink
Update tuned_models.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel committed Jun 10, 2020
1 parent e4f41db commit 5487058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tuned_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -624,3 +624,5 @@ MLJBase.input_scitype(::Type{<:EitherTunedModel{T,M}}) where {T,M} =
MLJBase.input_scitype(M)
MLJBase.target_scitype(::Type{<:EitherTunedModel{T,M}}) where {T,M} =
MLJBase.target_scitype(M)


0 comments on commit 5487058

Please sign in to comment.