Skip to content

Commit 856a449

Browse files
authored
Merge pull request #30 from JuliaAI/input-scitype-fix-for-affinity-propagation
Fix input_scitype for AffinityPropagation
2 parents 3d4b729 + 8a246e2 commit 856a449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJClusteringInterface"
22
uuid = "d354fa79-ed1c-40d4-88ef-b8c7bd1568af"
33
authors = ["Anthony D. Blaom <[email protected]>", "Thibaut Lienart <[email protected]>", "Okon Samuel <[email protected]>"]
4-
version = "0.1.12"
4+
version = "0.1.13"
55

66
[deps]
77
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"

src/MLJClusteringInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ metadata_model(
311311
metadata_model(
312312
AffinityPropagation,
313313
human_name = "Affinity Propagation clusterer",
314-
input_scitype = MMI.Table(Continuous),
314+
input_scitype = Tuple{MMI.Table(Continuous)},
315315
path = "$(PKG).AffinityPropagation"
316316
)
317317

0 commit comments

Comments
 (0)