This function estimates a production frontier satisfying some classical production theory axioms, such as monotonicity and determinictiness, which is based upon the adaptation of the machine learning technique known as Gradient Tree Boosting
This function saves information about the EATBoost model
EATBoost(data, x, y, num.iterations, num.leaves, learning.rate)EATBoost_object(
data,
x,
y,
num.iterations,
num.leaves,
learning.rate,
EAT.models,
f0,
prediction
)
A EATBoost object.
A EATBoost object.
data.frame or matrix containing the variables
in the model.
Column input indexes in data.
Column output indexes in data.
Maximum number of iterations the algorithm will perform
Maximum number of terminal leaves in each tree at each iteration.
Learning rate that control overfitting of the algorithm. Value must be in (0,1]
List of the EAT models created in each iterations
Initial predictions of the model (they correspond to maximum value of each output variable)
Final predictions of the original data