Skip to content

Commit b40e715

Browse files
committed
Turn Affinity Propagation Static
1 parent b27588b commit b40e715

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/registry/Metadata.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5941,11 +5941,11 @@
59415941

59425942
[Clustering.AffinityPropagation]
59435943
":input_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`"
5944-
":output_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`"
5944+
":output_scitype" = "`ScientificTypesBase.Unknown`"
59455945
":target_scitype" = "`ScientificTypesBase.Unknown`"
5946-
":fit_data_scitype" = "`Tuple{ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}}`"
5946+
":fit_data_scitype" = "`Tuple{}`"
59475947
":predict_scitype" = "`ScientificTypesBase.Unknown`"
5948-
":transform_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`"
5948+
":transform_scitype" = "`ScientificTypesBase.Unknown`"
59495949
":inverse_transform_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`"
59505950
":target_in_fit" = "`false`"
59515951
":is_pure_julia" = "`true`"
@@ -5963,8 +5963,8 @@
59635963
":human_name" = "affinity propagation clusterer"
59645964
":is_supervised" = "`false`"
59655965
":prediction_type" = ":unknown"
5966-
":abstract_type" = "`MLJModelInterface.Unsupervised`"
5967-
":implemented_methods" = [":clean!", ":fit", ":fitted_params", ":predict", ":transform"]
5966+
":abstract_type" = "`MLJModelInterface.Static`"
5967+
":implemented_methods" = [":clean!", ":predict"]
59685968
":hyperparameters" = "`(:damp, :maxiter, :tol, :preference, :metric)`"
59695969
":hyperparameter_types" = "`(\"Float64\", \"Int64\", \"Float64\", \"Union{Nothing, Float64}\", \"Distances.SemiMetric\")`"
59705970
":hyperparameter_ranges" = "`(nothing, nothing, nothing, nothing, nothing)`"

0 commit comments

Comments
 (0)