Skip to content

Commit 7689102

Browse files
committed
training_scitype -> fit_data_scitype
1 parent 117c899 commit 7689102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StatisticalTraits.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TRAITS = [
99
:input_scitype,
1010
:output_scitype,
1111
:target_scitype,
12-
:training_scitype, #
12+
:fit_data_scitype, #
1313
:predict_scitype, #
1414
:transform_scitype, #
1515
:inverse_transform_scitype, #
@@ -138,7 +138,7 @@ snakecase(s::Symbol) = Symbol(snakecase(string(s)))
138138
input_scitype(::Type) = Unknown
139139
output_scitype(::Type) = Unknown
140140
target_scitype(::Type) = Unknown
141-
training_scitype(::Type) = Unknown
141+
fit_data_scitype(::Type) = Unknown
142142
predict_scitype(::Type) = Unknown
143143
transform_scitype(::Type) = Unknown
144144
inverse_transform_scitype(::Type) = Unknown

0 commit comments

Comments
 (0)