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

Is it possible to implement multi task gradient boosting in xgboost? #680

Closed
hwu84 opened this issue Dec 9, 2015 · 3 comments
Closed

Is it possible to implement multi task gradient boosting in xgboost? #680

hwu84 opened this issue Dec 9, 2015 · 3 comments

Comments

@hwu84
Copy link

hwu84 commented Dec 9, 2015

Suppose I have several related response variables Y with same features, is it possible to minimized overall loss functions from all the response variable Y so that the model can learn the relation between the response variables and make predictions for all the response variables at the same time? Similar to the idea from multi-task neural network?
Does it make sense?
Thanks

@khotilov khotilov mentioned this issue Dec 13, 2015
5 tasks
@khotilov
Copy link
Member

Are you mostly interested in the multivariate/multilabel subset of multi-task learning (when all outcomes for an instance are known), or do you need to be able to deal with more general transfer learning problems (when some outcomes are not known for some instances)?

@hwu84
Copy link
Author

hwu84 commented Dec 13, 2015

@khotilov Actually both. But the first thing I want to figure out is the multivariate/multilabel subset of multi-task learning (when all outcomes for an instance are known).
It will be a nice extension when the model can also handle the situations that some outcomes are not known for some instances.
I saw #574 and it seems that multi-task learning is something we can expect in the future from xgboost?

@tqchen
Copy link
Member

tqchen commented Jan 15, 2016

Maybe you can try to define your objective function, and use the customized gradient to achieve such feature. Let us move discussion to the roadmap issue

@tqchen tqchen closed this as completed Jan 15, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants