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.
1 parent 117c899 commit 7689102Copy full SHA for 7689102
src/StatisticalTraits.jl
@@ -9,7 +9,7 @@ const TRAITS = [
9
:input_scitype,
10
:output_scitype,
11
:target_scitype,
12
- :training_scitype, #
+ :fit_data_scitype, #
13
:predict_scitype, #
14
:transform_scitype, #
15
:inverse_transform_scitype, #
@@ -138,7 +138,7 @@ snakecase(s::Symbol) = Symbol(snakecase(string(s)))
138
input_scitype(::Type) = Unknown
139
output_scitype(::Type) = Unknown
140
target_scitype(::Type) = Unknown
141
-training_scitype(::Type) = Unknown
+fit_data_scitype(::Type) = Unknown
142
predict_scitype(::Type) = Unknown
143
transform_scitype(::Type) = Unknown
144
inverse_transform_scitype(::Type) = Unknown
0 commit comments