1. 02 Aug, 2017 1 commit
  2. 01 Aug, 2017 3 commits
  3. 31 Jul, 2017 2 commits
  4. 30 Jul, 2017 2 commits
    • Guolin Ke's avatar
      Better missing value handle (#747) · 00cb04a2
      Guolin Ke authored
      * finish the data loading part
      
      * allow prediction.
      
      * fix bug for decision type.
      
      * finish split finding part
      
      * fix bugs.
      
      * bug fixed. add a test .
      
      * fix pep8 .
      
      * update documents.
      
      * fix test bugs.
      
      * fix a format
      
      * fix import error in python test.
      
      * disable missing handle in categorial features.
      
      * fix a bug.
      
      * add more tests.
      
      * fix pep8
      
      * fix bugs.
      
      * remove the missing handle code for categorical feature.
      00cb04a2
    • Laurae's avatar
      Add warning for many core systems in Windows (#754) · db4374e1
      Laurae authored
      * Add warning for many core systems in Windows
      
      * Add warning for not busy cores in Windows
      db4374e1
  5. 28 Jul, 2017 5 commits
  6. 27 Jul, 2017 4 commits
  7. 25 Jul, 2017 3 commits
  8. 24 Jul, 2017 3 commits
  9. 23 Jul, 2017 2 commits
  10. 22 Jul, 2017 4 commits
  11. 21 Jul, 2017 2 commits
  12. 20 Jul, 2017 2 commits
  13. 19 Jul, 2017 2 commits
  14. 18 Jul, 2017 2 commits
  15. 17 Jul, 2017 2 commits
    • olofer's avatar
      cross entropy metrics and objective (#685) · f8597c93
      olofer authored
      * Created objectives and metrics xentropy and xentropy1
      
      * Some coment and code cleanup.
      
      * Added Kullback-Leibler version of metric. Changed some warning messages.
      
      * Fixed sign error in KL-divergence calc.
      
      * Removed __PRETTY_FUNCTION__.
      
      * Fixed better name for alternative xentropy parameterization.
      Documented details on the objectives / metrics in code comments.
      
      * Common code for label interval checks. Cleanups.
      
      * Use common utility for various weight property checks.
      f8597c93
    • Laurae's avatar
      c79d897c
  16. 16 Jul, 2017 1 commit