Cat Boost Model
predict(features, labels)
predict(features, labels)-- Example code showing how to use the function
local model = catboost.loadModel("model.cbm")
local predictions = model.predict({0, 1}, {"Apple", "Banana"})Last updated
predict(features, labels)-- Example code showing how to use the function
local model = catboost.loadModel("model.cbm")
local predictions = model.predict({0, 1}, {"Apple", "Banana"})Last updated