catCatboost

Gradient machine learing

loadModel(path)

Load model from path

Parameters:

  • path (string).

Return:

Example Usage:

-- Example code showing how to use the function
local model = catboost.loadModel("model.cbm")

Last updated