Skip to content

Commit

Permalink
Update src/classifier.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 c90cf6e commit 4547f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classifier.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end

MLJModelInterface.metadata_model(
NeuralNetworkClassifier,
input_scitype = Union{AbstractMatrix{Continuous}, Table(Finite)},
input_scitype = Union{AbstractMatrix{Continuous}, Table(Continuous,Finite)},
target_scitype = AbstractVector{<:Finite},
load_path = "MLJFlux.NeuralNetworkClassifier",
)
Expand Down

0 comments on commit 4547f2a

Please sign in to comment.