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.