Closed pancodia closed 4 years ago
No, the pseudo Huber loss was added after the 1.1.0 release. You should use the SNAPSHOT version instead.
Thanks for the lightening fast reply. Is there a SNAPSHOT build for Scala 2.11 that I can download?
Yes, you can use either 2.11 and 2.12. Follow instructions in https://xgboost.readthedocs.io/en/latest/jvm/index.html#access-snapshot-version.
FYI, you should consider upgrading Scala to 2.12 in the near future, since XGBoost will be moving to Spark 3.0.
Thanks
Thank you for the reminder. Since my current setup uses Spark 2.4.5 and Scala 2.11, so I have to use the build for 2.11. If my model works fine, we will probably use 2.12 build in production.
Is there a Snapshot build that has DMLC_USE_S3=1 and DMLC_USE_HDFS=1 enabled? Do I have to compile by myself?
No, the snapshot builds don’t support HDFS or S3. You should compile it yourself.
Thanks. Is there a up to date guide on how to build the snapshot? Or some sort of reference. Some guides I found online are out dated.
-- Pan
On May 29, 2020, at 15:20, Philip Hyunsu Cho notifications@github.com wrote:
No, the snapshot builds don’t support HDFS or S3. You should compile it yourself.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Does Spark4j-Spark latest build support
reg:pseudohubererror
as objective?I am trying to use XGBoost4j-Spark to build a regression model with
pseudohubererror
as the objective.Environment:
s3://xgboost-maven-repo/release/ml/dmlc/xgboost4j_2.11/1.1.0/
I launched the spark-shell on EMR master node as:
The following is the scala code to fit model (Sorry I cannot share the dataset):
The following is the error message from one of the executors: