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

xgboost #362

Closed
TarasDerevianko opened this issue Dec 2, 2016 · 9 comments
Closed

xgboost #362

TarasDerevianko opened this issue Dec 2, 2016 · 9 comments
Milestone

Comments

@TarasDerevianko
Copy link

Do you plan realize something like ml_xgboost?

(based on https://libraries.io/github/dmlc/xgboost)

@javierluraschi
Copy link
Collaborator

@TarasDerevianko No plans for this, so this could be a great extension package.

@TarasDerevianko
Copy link
Author

I have builded version of this library for my server. How import this library when I start spark connection in sparklyr package?

I can use sparklyr::invoke for xgboost-library functions?

@javierluraschi
Copy link
Collaborator

@TarasDerevianko if this is already correctly configured in the cluster, then you might still need to spark_connect with a config that contains the right sparklyr.jars.default or if there is a Spark package wrapping xgboost then a config with the right sparklyr.defaultPackages. Then you should be able to use invoke, invoke_static, etc. to use the package.

However, it is common to see in packages the use of functional parameters, as in map(x => x.filter()), if that's the case for xgboost, then you would have to write scala code that wraps the mapping and exposes simple interfaces to sparklyr. You can see an example on how to call compile and deploy scala code in sparklyr here: https://github.com/javierluraschi/sparkhello

@harryprince
Copy link

@TarasDerevianko I am seeking XGboost on sparklyr too

@datalee
Copy link

datalee commented Jan 8, 2018

@harryprince i know h2o have the xgb,you can try.

@kevinykuo
Copy link
Collaborator

@kevinykuo kevinykuo added this to the 0.9.0 milestone Apr 27, 2018
@kevinykuo kevinykuo self-assigned this Apr 27, 2018
@albedan
Copy link

albedan commented Sep 17, 2018

@kevinykuo Probably the latest release of Xgboost (0.80) has some interesting updates for integration in Sparklyr.

Consolidated APIs: It is now much easier to integrate XGBoost models into a Spark ML pipeline

@harryprince
Copy link

harryprince commented Oct 26, 2018

is anyone successfully deploy xgboost with sparklyr?

Currently, it not stable in sparklyr::spark_apply way.

@kevinykuo kevinykuo removed their assignment Jan 13, 2020
@lorenzwalthert
Copy link

For future reference, it's here: https://github.com/rstudio/sparkxgb. Should this issue be closed?

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

No branches or pull requests

8 participants