Skip to content

Commit

Permalink
Fix the input_scitype
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan-Ru-Lin committed Nov 24, 2024
1 parent 6c3a78f commit 5ff9013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLJClusteringInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ metadata_model(
metadata_model(
AffinityPropagation,
human_name = "Affinity Propagation clusterer",
input_scitype = Tuple{MMI.Table(Continuous)}, # Not sure about this part
input_scitype = MMI.Table(Continuous),
path = "$(PKG).AffinityPropagation"
)

Expand Down

0 comments on commit 5ff9013

Please sign in to comment.