Hey folks, does Flyte's support for integrating w/ the various Kubeflow training operators also include XGBoost support? I only found references to the PyTorch/TF operators in the docs
k
Kevin Su
10/28/2022, 5:43 PM
We have a PR for xgboost plugin. @Samhita Alla Should we merge this pr?
r
Rahul Mehta
10/28/2022, 6:56 PM
That's fantastic news @Kevin Su
k
Ketan (kumare3)
10/28/2022, 10:47 PM
@Kevin Su / @Rahul Mehta that is not kubeflow XGBoost operator
it is just one machine XGBoost
to show how to extend potentially
@Rahul Mehta this is where some of our work on out of core plugins will greatly simplify everything
r
Rahul Mehta
10/28/2022, 11:45 PM
I could conceivably just mimic the TF operator for XGBoost/LGBM though? In our own plugin
k
Ketan (kumare3)
10/30/2022, 3:57 PM
Yup should be easy but work
r
Rahul Mehta
10/30/2022, 4:18 PM
Hmm, I guess that’ll also require a change in propeller to support the new job type? At least that’s my understanding of how the TF/Torch operator plugins work