h2oai / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
Other
44 stars 26 forks source link

Booster can be initialized even if Kryo is not available #42

Closed michalkurka closed 6 years ago

michalkurka commented 6 years ago

Fixes a bug in the code, when Kryo is not available KryoBooster cannot be loaded because of NoClassDefFoundError instead of ClassNotFoundException