对于 catboost 库中的某些对象(如 python 代码导出模型 - https://tech.yandex.com/catboost/doc/dg/concepts/python-reference_catboostclassifier_save_model-docpage/)预测(https://tech.yandex.com /catboost/doc/dg/concepts/python-reference_apply_catboost_model-docpage/)只会给出每条记录的所谓原始分数(参数值称为“RawFormulaVal”)。其他 API 函数还允许将预测结果作为目标类的概率 ( https://tech.yandex.com/catboost/doc/dg/concepts/python-reference_catboostclassifier_predict-docpage/ ) - 参数值称为“可能性”。
我想知道
- 这与概率有何关系(在二进制分类的情况下)和
- 是否可以使用python API(https://tech.yandex.com/catboost/doc/dg/concepts/python-quickstart-docpage/)将其转换为这样的?