gbt.save {agtboost} | R Documentation |
gbt.save
is an interface for storing a agtboost model.
gbt.save(gbt_model, file)
gbt_model |
Model object or pointer to object of class |
file |
Valid file-path |
The model-storage function for agtboost.
Saves a GTB model as a txt file. Might be retrieved using gbt.load
Txt file that can be loaded using gbt.load
.