Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 catboost 来预测多类,但出现如下错误。
Error: loss function is not supported for GPU learning MultiClass
我使用了 catboost 选项,如下所示。
CatboostClassifier(loss_function='MultiClass',task_type='GPU')
我想知道我是否可以使用 GPU 来预测多分类。
从 0.10.0 版开始,MultiClass 可用于 GPU catboost。