1. 04 Nov, 2022 1 commit
  2. 11 Oct, 2022 3 commits
  3. 07 Oct, 2022 2 commits
  4. 09 Sep, 2022 1 commit
  5. 05 Sep, 2022 1 commit
  6. 03 Sep, 2022 1 commit
  7. 30 Aug, 2022 3 commits
  8. 25 Aug, 2022 1 commit
  9. 23 Aug, 2022 2 commits
  10. 15 Aug, 2022 1 commit
  11. 11 Aug, 2022 1 commit
  12. 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
  13. 08 Aug, 2022 1 commit
  14. 07 Aug, 2022 1 commit
  15. 03 Aug, 2022 1 commit
  16. 30 Jul, 2022 2 commits
  17. 28 Jul, 2022 2 commits
  18. 21 Jul, 2022 1 commit
  19. 10 Jul, 2022 1 commit
  20. 07 Jul, 2022 2 commits
  21. 03 Jul, 2022 1 commit
  22. 01 Jul, 2022 1 commit
  23. 28 Jun, 2022 1 commit
  24. 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
  25. 26 Jun, 2022 1 commit
  26. 23 Jun, 2022 1 commit
  27. 19 Jun, 2022 2 commits
  28. 12 Jun, 2022 1 commit
  29. 05 Jun, 2022 2 commits