xinadi
Results
1
issues of
xinadi
Hi, I found that for regression algorithm in apply_forest function (mean) the labels type **_T_** of model should be exact Float64: ```julia function apply_forest(forest::Ensemble{S, T}, features::AbstractVector{S}) where {S, T} n_trees...