1. 03 Sep, 2022 1 commit
  2. 30 Aug, 2022 3 commits
  3. 25 Aug, 2022 1 commit
  4. 23 Aug, 2022 2 commits
  5. 15 Aug, 2022 1 commit
  6. 11 Aug, 2022 1 commit
  7. 10 Aug, 2022 1 commit
    • José Morales's avatar
      [python-package] highlight the path a sample takes through a tree in... · 680f4b08
      José Morales authored
      
      [python-package] highlight the path a sample takes through a tree in `plot_tree` and `create_tree_digraph` (fixes #4784) (#5119)
      
      * highlight path in plot_tree
      
      * lint
      
      * rename x to example_case. support categorical features. add test
      
      * lint
      
      * check for exactly one row. test empty example_case
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * handle missing values in numeric splits
      
      * remove literal. add categorical split function
      
      * make categorical feature more important. lint
      
      * add enum. update categorical split. apply suggestions
      
      * update numeric split decision
      
      * lint
      
      * Update python-package/lightgbm/plotting.py
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      680f4b08
  8. 08 Aug, 2022 1 commit
  9. 07 Aug, 2022 1 commit
  10. 03 Aug, 2022 1 commit
  11. 30 Jul, 2022 2 commits
  12. 28 Jul, 2022 2 commits
  13. 21 Jul, 2022 1 commit
  14. 10 Jul, 2022 1 commit
  15. 07 Jul, 2022 2 commits
  16. 03 Jul, 2022 1 commit
  17. 01 Jul, 2022 1 commit
  18. 28 Jun, 2022 1 commit
  19. 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
  20. 26 Jun, 2022 1 commit
  21. 23 Jun, 2022 1 commit
  22. 19 Jun, 2022 2 commits
  23. 12 Jun, 2022 1 commit
  24. 05 Jun, 2022 2 commits
  25. 24 May, 2022 1 commit
  26. 22 May, 2022 1 commit
  27. 17 May, 2022 1 commit
  28. 30 Apr, 2022 1 commit
  29. 22 Apr, 2022 1 commit
  30. 13 Apr, 2022 1 commit
  31. 02 Apr, 2022 1 commit
  32. 28 Mar, 2022 1 commit