ngboost icon indicating copy to clipboard operation
ngboost copied to clipboard

MultivariateNormal doesn't seem to work

Open olegmyrk opened this issue 4 years ago • 3 comments

I'm trying to fit ngboost.distns.MultivariateNormal to 2D data (to predict covariance).

Unfortunately at the moment I am getting an error: AssertionError: MultivariateNormal is not useable for regression.

olegmyrk avatar Apr 30 '20 18:04 olegmyrk

Hi Oleg,

At the moment the Multivariate Normal distribution is still under development and is intended for use in survival regression (i.e. with censorship).

That said, it should not be terribly difficult for the development team to repurpose it for regression. Could you give a bit more context on the problem you're intending to use this for?

tonyduan avatar May 04 '20 08:05 tonyduan

bump @olegmyrk

ryan-wolbeck avatar Aug 17 '20 13:08 ryan-wolbeck

Hi @tonyduan, is this issue fixed now? I still can't get it to work for a multi-output regression (2D). Or is this a problem with my package version from PyPI?

Oarowolo11 avatar Aug 23 '22 09:08 Oarowolo11