"vscode:/vscode.git/clone" did not exist on "ed3d774cb111ae0c820d4e3a59f17cfea031e6c6"
  1. 08 Jan, 2017 2 commits
    • Guolin Ke's avatar
      [R-package] update examples · 535cdc65
      Guolin Ke authored
      535cdc65
    • Guolin Ke's avatar
      R package (#168) · 551d59ca
      Guolin Ke authored
      * finish R's c_api
      
      * clean code
      
      * fix sizeof pointer in 32bit system.
      
      * add predictor class
      
      * add Dataset class
      
      * format code
      
      * add booster
      
      * add type check for expose function
      
      * add a simple callback
      
      * add all callbacks
      
      * finish the basic training logic
      
      * update docs
      
      * add an simple training interface
      
      * add basic test
      
      * adapt the changes in c_api
      
      * add test for Dataset
      
      * add test for custom obj/eval functions
      
      * fix python test
      
      * fix bug in metadata init
      
      * fix R CMD check
      551d59ca
  2. 07 Jan, 2017 2 commits
  3. 06 Jan, 2017 1 commit
  4. 05 Jan, 2017 2 commits
    • Rakib Hasan's avatar
      Script to translate the model file to PMML · 96d08f42
      Rakib Hasan authored
      file as input and output a directory with pmml files. Each file can be given as input to
      pmml consumers. You can test the files using jpmml-evaluator. Please refer to this the
      data mining group's website for the pmml specifcation (http://dmg.org/pmml/pmml-v4-3.html).
      Also refer to the README.md file in the pmml directory to see how to test the pmml output
      with jpmml-evaluator.
      96d08f42
    • wxchan's avatar
      simplify Dataset class (#163) · f893fbf6
      wxchan authored
      * simplify Dataset class
      
      * simplify check output; fix deprecated warning
      f893fbf6
  5. 04 Jan, 2017 4 commits
  6. 03 Jan, 2017 4 commits
  7. 02 Jan, 2017 3 commits
  8. 01 Jan, 2017 3 commits
    • Guolin Ke's avatar
      fix #154 · 7f778877
      Guolin Ke authored
      7f778877
    • wxchan's avatar
      support pickle (#151) · a034ceeb
      wxchan authored
      * support pickle
      
      * add pickle/joblib test; change test_basic to unittest
      
      * remove file for deepcopy
      
      * fix tests
      
      * test basic predict from file
      
      * Revert "test basic predict from file"
      
      This reverts commit 60d2c3158537fd56081f60f1d6d120cedd782887.
      
      * test predict from file
      
      * use tempfile for copy & pickle
      
      * use tempfile w/o binary mode
      
      * clean test
      a034ceeb
    • Guolin Ke's avatar
      change output model to double precision. · 1d7acf57
      Guolin Ke authored
      1d7acf57
  9. 31 Dec, 2016 5 commits
  10. 30 Dec, 2016 2 commits
  11. 28 Dec, 2016 4 commits
  12. 27 Dec, 2016 2 commits
  13. 26 Dec, 2016 2 commits
  14. 24 Dec, 2016 2 commits
  15. 23 Dec, 2016 2 commits