The docstring of crossprediction, which btw we may want to rename to crossestimation has:
crossprediction(source_train, target_train, source_pred,
yet none of these terms are in the source code for the function , which reads:
function crossprediction(train_in ::AbstractVector{<:AbstractArray{T, Φ}},
train_out::AbstractVector{<:AbstractArray{T, Φ}},
pred_in ::AbstractVector{<:AbstractArray{T, Φ}},
or
function crossprediction(params, train_out,pred_in, R, tree; progress=true)
I think it is best if there is an agreement on the terms used and the same thing is used for documentation and source code.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The docstring of
crossprediction, which btw we may want to rename tocrossestimationhas:yet none of these terms are in the source code for the function , which reads:
I think it is best if there is an agreement on the terms used and the same thing is used for documentation and source code.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.