MLJModelInterface.predict
— Functionpredict(model::EvoTree, X::AbstractMatrix; ntree_limit = length(model.trees))
Predictions from an EvoTree model - sums the predictions from all trees composing the model. Use ntree_limit=N
to only predict with the first N
trees.