[jvm-packages] allow partial evaluation of dataframe before prediction (#4407)

* allow partial evaluation of dataframe before prediction

* resume spark test

* comments

* Run unit tests after building JVM packages
This commit is contained in:
Nan Zhu
2019-04-26 21:02:40 -07:00
committed by GitHub
parent ea850ecd20
commit 37dc82c3ff
8 changed files with 85 additions and 69 deletions

View File

@@ -9,6 +9,7 @@ import java.util.Map;
* Rabit global class for synchronization.
*/
public class Rabit {
public enum OpType implements Serializable {
MAX(0), MIN(1), SUM(2), BITWISE_OR(3);