Skip to content

Commit d9944ca

Browse files
committed
target of RFR is Continuous not Finite
1 parent dd6037f commit d9944ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScikitLearn/ensemble.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ MMI.fitted_params(model::RandomForestRegressor, (f, _, _)) = (
194194
)
195195
metadata_model(RandomForestRegressor,
196196
input = Table(Count,Continuous),
197-
target = AbstractVector{<:Finite},
197+
target = AbstractVector{Continuous},
198198
weights = false,
199199
descr = "Random forest regressor."
200200
)

0 commit comments

Comments
 (0)