Skip to content

Commit 7e421ee

Browse files
committed
fix doc strings
1 parent de9a8c8 commit 7e421ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/MLJDecisionTreeInterface.jl

+8
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,8 @@ The fields of `fitted_params(mach)` are:
765765
766766
# Report
767767
768+
The fields of `report(mach)` are:
769+
768770
- `features`: the names of the features encountered in training
769771
770772
@@ -862,6 +864,8 @@ The fields of `fitted_params(mach)` are:
862864
863865
# Report
864866
867+
The fields of `report(mach)` are:
868+
865869
- `features`: the names of the features encountered in training
866870
867871
@@ -968,6 +972,8 @@ The fields of `fitted_params(mach)` are:
968972
969973
# Report
970974
975+
The fields of `report(mach)` are:
976+
971977
- `features`: the names of the features encountered in training
972978
973979
@@ -1079,6 +1085,8 @@ The fields of `fitted_params(mach)` are:
10791085
10801086
# Report
10811087
1088+
The fields of `report(mach)` are:
1089+
10821090
- `features`: the names of the features encountered in training
10831091
10841092

0 commit comments

Comments
 (0)