gbt.save: Save an aGTBoost Model

Description Usage Arguments Details Value See Also

View source: R/gbt.save.R

Description

gbt.save is an interface for storing a agtboost model.

Usage

1
gbt.save(gbt_model, file)

Arguments

gbt_model

Model object or pointer to object of class ENSEMBLE

file

Valid file-path

Details

The model-storage function for agtboost. Saves a GTB model as a txt file. Might be retrieved using gbt.load

Value

Txt file that can be loaded using gbt.load.

See Also

gbt.load


agtboost documentation built on Nov. 24, 2021, 1:16 a.m.

Related to gbt.save in agtboost...