1. 20 Mar, 2020 1 commit
    • Lukas Pfannschmidt's avatar
      [python] handle RandomState object in Scikit-learn Api (#2904) · cf0a992e
      Lukas Pfannschmidt authored
      
      
      * Add handling of RandomState object, which is standard for sklearn methods.
      
      LightGBM expects an integer seed instead of an object.
      If passed object is RandomState, we choose random integer based on its state to seed the underlying low level code.
      While chosen random integer is only in the range between 1 and 1e10 I expect it to have enough entropy (?) to not matter in practice.
      
      * Add RandomState object to random_state docstring.
      
      * remove blank line
      
      * Use property to handle setting random_state.
      This enables setting cloned estimators with the set_params method in sklearn.
      
      * Add docstring to attribute.
      
      * Fix and simplify docstring.
      
      * Add test case.
      
      * Use maximal int for datatype in seed derivation.
      
      * Replace random_state property with interfacing in fit method.
      Derives int seed for C code only when fitting and keeps RandomState object as param.
      
      * Adapt unit test to property change.
      
      * Extended test case and docstring
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * Add more equality checks (feature importance, best iteration/score).
      
      * Add equality comparison of boosters represented by strings.
      Remove useless best_iteration_ comparison (we do not use early_stopping).
      
      * fix whitespace
      
      * Test if two subsequent fits produce different models
      
      * Apply suggestions from code review
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      cf0a992e
  2. 19 Mar, 2020 1 commit
  3. 17 Mar, 2020 2 commits
  4. 16 Mar, 2020 4 commits
  5. 15 Mar, 2020 1 commit
  6. 14 Mar, 2020 2 commits
  7. 12 Mar, 2020 1 commit
  8. 11 Mar, 2020 1 commit
  9. 10 Mar, 2020 2 commits
  10. 08 Mar, 2020 3 commits
  11. 07 Mar, 2020 1 commit
    • Guolin Ke's avatar
      add more bots (#2843) · 018bdd3f
      Guolin Ke authored
      * Create release-drafter.yml
      
      * Create no-response.yml
      
      * disable comments
      
      * Apply suggestions from code review
      
      * Update release-drafter.yml
      
      * Apply suggestions from code review
      
      * Update .vsts-ci.yml
      018bdd3f
  12. 06 Mar, 2020 3 commits
  13. 05 Mar, 2020 3 commits
  14. 04 Mar, 2020 5 commits
  15. 03 Mar, 2020 6 commits
  16. 02 Mar, 2020 4 commits