Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict multiple outcomes #92

Open
talegari opened this issue Feb 9, 2025 · 0 comments
Open

Predict multiple outcomes #92

talegari opened this issue Feb 9, 2025 · 0 comments

Comments

@talegari
Copy link

talegari commented Feb 9, 2025

One usecase where I reach out to NN is when I require to predict multiple outcomes. This means y should be allowed to be a matrix ($d \times n$) where $d$ is the number of outcomes and $n$ is the number of rows of X (dataframe of predictors). (Idea is to not reduce this to $d$ different models)

I like the brulee API. Is there a possibility extending it to predict multiple outcomes? (assuming user provides the loss function)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant