Skip to content

Commit

Permalink
Merge pull request #26 from JuliaAI/input-scitpye-for-static-models
Browse files Browse the repository at this point in the history
Fix input_scitypes for static models
  • Loading branch information
ablaom authored Jan 9, 2024
2 parents fb174d9 + 3c3f41f commit ad9dd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MLJClusteringInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,14 @@ metadata_model(
DBSCAN,
human_name = "DBSCAN clusterer (density-based spatial clustering of "*
"applications with noise)",
input = MMI.Table(Continuous),
input_scitype = Tuple{MMI.Table(Continuous)},
path = "$(PKG).DBSCAN"
)

metadata_model(
HierarchicalClustering,
human_name = "hierarchical clusterer",
input = MMI.Table(Continuous),
input_scitype = Tuple{MMI.Table(Continuous)},
path = "$(PKG).HierarchicalClustering"
)

Expand Down

0 comments on commit ad9dd8d

Please sign in to comment.