thesps/conifer

Support for multiple output models

Offen

#104 geöffnet am 09.04.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (32 Forks)auto 404
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (61 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide