Skip to content

Commit

Permalink
Merge pull request #30 from JuliaAI/input-scitype-fix-for-affinity-pr…
Browse files Browse the repository at this point in the history
…opagation

Fix input_scitype for AffinityPropagation
  • Loading branch information
ablaom authored Dec 17, 2024
2 parents 3d4b729 + 8a246e2 commit 856a449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJClusteringInterface"
uuid = "d354fa79-ed1c-40d4-88ef-b8c7bd1568af"
authors = ["Anthony D. Blaom <[email protected]>", "Thibaut Lienart <[email protected]>", "Okon Samuel <[email protected]>"]
version = "0.1.12"
version = "0.1.13"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down
2 changes: 1 addition & 1 deletion src/MLJClusteringInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ metadata_model(
metadata_model(
AffinityPropagation,
human_name = "Affinity Propagation clusterer",
input_scitype = MMI.Table(Continuous),
input_scitype = Tuple{MMI.Table(Continuous)},
path = "$(PKG).AffinityPropagation"
)

Expand Down

0 comments on commit 856a449

Please sign in to comment.