thesps/conifer

Support for multiple output models

开放

#104 创建于 2026年4月9日

 (0 条评论) (0 个反应) (0 位负责人)Python (32 个派生)auto 404
enhancementgood first issuehelp wanted

仓库指标

星标
 (61 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Some libraries support multiple outputs from one tree / forest e.g. https://xgboost.readthedocs.io/en/stable/tutorials/multioutput.html This would be good to support in conifer, especially as the conventional approach to multiple output targets (e.g. multi-class classification) involves adding more trees (n_learners * n_classes). Multiple output models ought to be more resource efficient.

贡献者指南