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

[jvm-packages] force use per-group weights in spark layer #4118

Merged
merged 3 commits into from
Feb 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix scalastyle error
Nan Zhu committed Feb 9, 2019
commit 283c548bc267c970731a66303a1e365b3e27cb2e
Original file line number Diff line number Diff line change
@@ -290,7 +290,7 @@ class XGBoostGeneralSuite extends FunSuite with PerTest {
})
XGBoost.repartitionForTrainingGroup(trainingRDD, 4)
}

test("distributed training with group data") {
val trainingRDD = sc.parallelize(Ranking.train, 5)
val (booster, _) = XGBoost.trainDistributed(