This is an automated email from the ASF dual-hosted git repository.

myui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git.


    from c73ecde  [HIVEMALL-274] Fix wrong column name of train_regressor() in 
tutorial
     new 0a10aac  Renamed XGBoostUDTF as XGBoostBaseUDTF
     new 3985bbf  Added SparseDMatrixBuilder
     new 527e39b  add missing junit dependency

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 xgboost/pom.xml                                    |  7 ++
 .../{XGBoostUDTF.java => XGBoostBaseUDTF.java}     |  6 +-
 .../XGBoostBinaryClassifierUDTF.java               |  7 +-
 .../XGBoostMulticlassClassifierUDTF.java           |  4 +-
 .../xgboost/regression/XGBoostRegressionUDTF.java  |  4 +-
 .../xgboost/utils/SparseDMatrixBuilder.java        | 79 ++++++++++++++++++++++
 .../hivemall/xgboost/XGBoostVersionUDFTest.java    |  1 -
 7 files changed, 97 insertions(+), 11 deletions(-)
 rename xgboost/src/main/java/hivemall/xgboost/{XGBoostUDTF.java => 
XGBoostBaseUDTF.java} (98%)
 create mode 100644 
xgboost/src/main/java/hivemall/xgboost/utils/SparseDMatrixBuilder.java

Reply via email to