StatMixedML / LightGBMLSS

An extension of LightGBM to probabilistic modelling
https://statmixedml.github.io/LightGBMLSS/
Apache License 2.0
265 stars 25 forks source link

Multi-task learning and ONNX support #26

Closed ogencoglu closed 1 year ago

ogencoglu commented 1 year ago

Thanks for the great work!

I have two questions:

1) Can we perform multi-task learning in a single training where one task is classification and the target variables are categorical (classes) and the other task is regression where the target values are continuous?

2) Does LightGBMLSS models support ONNX conversions?