1. 11 Oct, 2022 4 commits
  2. 11 Sep, 2022 1 commit
  3. 09 Sep, 2022 1 commit
  4. 07 Sep, 2022 3 commits
  5. 06 Sep, 2022 1 commit
  6. 05 Sep, 2022 2 commits
  7. 02 Sep, 2022 2 commits
  8. 01 Sep, 2022 1 commit
  9. 31 Aug, 2022 2 commits
    • shiyu1994's avatar
      [CUDA] L2 regression objective for cuda_exp (#5452) · 9e89ee7f
      shiyu1994 authored
      * add (l2) regression objective for cuda_exp
      
      * fix lint errors
      
      * correct time tag
      9e89ee7f
    • shiyu1994's avatar
      [CUDA] Add binary objective for cuda_exp (#5425) · 2b8fe8b4
      shiyu1994 authored
      * add binary objective for cuda_exp
      
      * include <string> and <vector>
      
      * exchange include ordering
      
      * fix length of score to copy in evaluation
      
      * fix EvalOneMetric
      
      * fix cuda binary objective and prediction when boosting on gpu
      
      * Add white space
      
      * fix BoostFromScore for CUDABinaryLogloss
      
      update log in test_register_logger
      
      * include <algorithm>
      
      * simplify shared memory buffer
      2b8fe8b4
  10. 29 Aug, 2022 1 commit
  11. 28 Aug, 2022 1 commit
  12. 25 Aug, 2022 1 commit
  13. 20 Aug, 2022 1 commit
  14. 16 Aug, 2022 1 commit
  15. 10 Aug, 2022 1 commit
    • Scott Votaw's avatar
      feature: Add true streaming APIs to reduce client-side memory usage (#5299) · 0a5c5838
      Scott Votaw authored
      * Extract streaming to own PR
      
      * small merge fixes and cleanup
      
      * linting fixes
      
      * fix cast warning
      
      * Fix accidental deletion during branch transfer
      
      * responded to initial triage comments
      
      * Added more tests to use create-from-samples APIs
      
      * added mutex and adjusted nclasses logic
      
      * Fix thread-safety for pushing data to sparse bins through Push APIs
      
      * lint and doc fixes
      
      * Small SWIG fix
      
      * nit fix
      
      * Responded to StrikerRUS comments
      
      * fix breaking change after merge with master
      
      * Extract streaming to own PR
      
      * small merge fixes and cleanup
      
      * Fix accidental deletion during branch transfer
      
      * responded to initial triage comments
      
      * Added more tests to use create-from-samples APIs
      
      * Fix rstcheck call in ci
      
      * remove TODOs
      
      * Extract streaming to own PR
      
      * small merge fixes and cleanup
      
      * Fix accidental deletion during branch transfer
      
      * responded to initial triage comments
      
      * Added more tests to use create-from-samples APIs
      
      * Small SWIG fix
      
      * remove ci change
      
      * responded to shiyu1994 comments
      
      * responded to StrikerRUS comments
      
      * Fixes from StrikerRUS comments
      0a5c5838
  16. 03 Aug, 2022 2 commits
  17. 30 Jul, 2022 1 commit
  18. 29 Jul, 2022 2 commits
  19. 21 Jul, 2022 1 commit
  20. 27 Jun, 2022 1 commit
    • José Morales's avatar
      [python-package] check feature names in predict with dataframe (fixes #812) (#4909) · bdb02e05
      José Morales authored
      
      
      * check feature names and order in predict with dataframe
      
      * slice df in predict to remove the target
      
      * scramble features
      
      * handle int column names
      
      * only change column order when needed
      
      * include validate_features param in booster and sklearn estimators
      
      * document validate_features argument
      
      * use all_close in preds checks and check for assertion error to compare different arrays
      
      * perform remapping and checks in cpp
      
      * remove extra logs
      
      * fixes
      
      * revert cpp
      
      * proposal
      
      * remove extra arg
      
      * lint
      
      * restore _data_from_pandas arguments
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * move data conversion to Predictor.predict
      
      * use Vector2Ptr
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      bdb02e05
  21. 08 Jun, 2022 1 commit
    • shiyu1994's avatar
      Clear split info buffer in cost efficient gradient boosting before every... · f1328d5c
      shiyu1994 authored
      Clear split info buffer in cost efficient gradient boosting before every iteration (fix partially #3679) (#5164)
      
      * clear split info buffer in cegb_ before every iteration
      
      * check nullable of cegb_ in serial_tree_learner.cpp
      
      * add a test case for checking the split buffer in CEGB
      
      * swith to Threading::For instead of raw OpenMP
      
      * apply review suggestions
      
      * apply review comments
      
      * remove device cpu
      f1328d5c
  22. 02 Jun, 2022 1 commit
  23. 29 May, 2022 1 commit
  24. 23 May, 2022 1 commit
  25. 22 May, 2022 1 commit
  26. 10 May, 2022 1 commit
  27. 01 May, 2022 2 commits
  28. 30 Apr, 2022 1 commit
  29. 26 Apr, 2022 1 commit