[jvm-packages] Implement new save_raw in jvm-packages. (#7570)

* New `toByteArray` that accepts a parameter for format.
This commit is contained in:
Jiaming Yuan
2022-01-19 16:00:14 +08:00
committed by GitHub
parent b4ec1682c6
commit ac7a36367c
8 changed files with 56 additions and 23 deletions

View File

@@ -683,5 +683,3 @@ private object Watches {
new Watches(Array(trainMatrix, testMatrix), Array("train", "test"), cacheDirName)
}
}