Philip Hyunsu Cho

Results 119 comments of Philip Hyunsu Cho

> Platform: win-64 Are you using Windows? Currently, RAPIDS does not support the Windows platform.

Thanks for the detailed bug report. We will look into it and get back to you.

@Oleg-dM Hi, thank you for alerting us of the issue. We'd like to investigate the issue and possibly make a fix in the next few releases. Would you be able...

Currently, Treelite object is a dumb structure, which library writers are expected to fill correctly. It's easy to get it wrong, e.g. by forgetting to fill a field or violating...

Fixed in https://github.com/dmlc/dmlc-core/pull/672

Closing, as the pull request has been stable. Feel free to re-submit if the change is still necessary. Thanks!

Closing, as the pull request has been stable. Feel free to re-submit if the change is still necessary. Thanks!

Can you install XGBoost4J-Spark from Maven Central? Locally building JARs is more complex, as you might have issues with bundling the native library (libxgboost4j.so).

Do you have a working Python 3 installation? I didn't realize you have to build from the source when using EMR. Do you need an uber-JAR where all dependencies are...

XGBoost 1.7.6 supports Spark 3.0.1: https://github.com/dmlc/xgboost/blob/36eb41c960483c8b52b44082663c99e6a0de440a/jvm-packages/pom.xml#L37 You can use XGBoost 2.0.0 to use Spark 3.4.0: https://github.com/dmlc/xgboost/blob/4301558a5711e63bbf004d2b6fca003906fb743c/jvm-packages/pom.xml#L38