Skip to content

Commit

Permalink
Update src/regressor.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Blaom, PhD <[email protected]>
  • Loading branch information
EssamWisam and ablaom authored Aug 31, 2024
1 parent e8e87cd commit 9a836b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regressor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ function MLJModelInterface.predict(model::MultitargetNeuralNetworkRegressor,
end

MLJModelInterface.metadata_model(MultitargetNeuralNetworkRegressor,
input = Union{AbstractMatrix{Continuous}, Table(Finite)},
input = Union{AbstractMatrix{Continuous}, Table(Continuous,Finite)},
target = Union{AbstractMatrix{Continuous}, Table(Continuous)},
path = "MLJFlux.MultitargetNeuralNetworkRegressor")

0 comments on commit 9a836b2

Please sign in to comment.