We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unknown
1 parent 544d7fc commit 8a45a8eCopy full SHA for 8a45a8e
src/model_traits.jl
@@ -21,7 +21,8 @@ for M in ABSTRACT_MODEL_SUBTYPES
21
@eval(StatisticalTraits.abstract_type(::Type{<:$M}) = $M)
22
end
23
24
-StatisticalTraits.fit_data_scitype(M::Type{<:Model}) = Tuple{input_scitype(M)}
+StatisticalTraits.fit_data_scitype(M::Type{<:Unsupervised}) =
25
+ Tuple{input_scitype(M)}
26
StatisticalTraits.fit_data_scitype(::Type{<:Static}) = Tuple{}
27
function StatisticalTraits.fit_data_scitype(M::Type{<:Supervised})
28
I = input_scitype(M)
0 commit comments