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

add support for multi-output prediction #286

Open
yc2984 opened this issue Jul 14, 2023 · 1 comment
Open

add support for multi-output prediction #286

yc2984 opened this issue Jul 14, 2023 · 1 comment

Comments

@yc2984
Copy link

yc2984 commented Jul 14, 2023

Currently, xgboost_ray doesn't support multi-output, neither the two options work.

  1. providing a list of labels: RayDMatrix(path, label=label_cols, filetype=RayFileType.PARQUET)
  2. providing a concrete data frame with multiple columns.
    RayDMatrix(data=df[feature_columns], label=df[target_columns])

However the second option is supported by the original xgboost package.
Here is an issue tracking for future development for multi-output: dmlc/xgboost#9043. A few distributed options are mentioned, but not ray, is there a plan to develop this feature soon for xgboost_ray as well?
cc @Yard1

I also asked this in ray discussion forum: https://discuss.ray.io/t/does-xgboost-ray-supports-multi-output-many-y-labels/11383

@Yard1
Copy link
Member

Yard1 commented Jul 14, 2023

cc @krfricke

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

2 participants