1. 09 Oct, 2021 1 commit
  2. 08 Oct, 2021 1 commit
  3. 07 Oct, 2021 2 commits
  4. 05 Oct, 2021 7 commits
  5. 04 Oct, 2021 1 commit
  6. 26 Sep, 2021 1 commit
  7. 25 Sep, 2021 3 commits
  8. 23 Sep, 2021 4 commits
  9. 22 Sep, 2021 2 commits
  10. 21 Sep, 2021 2 commits
  11. 20 Sep, 2021 1 commit
  12. 17 Sep, 2021 4 commits
    • Nikita Titov's avatar
      [docs] update link to MinGW-w64 site (#4606) · d10f9d43
      Nikita Titov authored
      * Update README.rst
      
      * Update README.md
      
      * Update Installation-Guide.rst
      d10f9d43
    • José Morales's avatar
      [python-package] Support 2d collections as input for `init_score` in... · f1f5ba15
      José Morales authored
      
      [python-package] Support 2d collections as input for `init_score` in multiclass classification task (#4150)
      
      * initial implementation of init_score for multiclass classification
      
      * check for 1d or 2d collection in init_score
      
      * remove dataset import
      
      * initial comments
      
      * update dask test and docstrings
      
      * update docstrings
      
      * move logic to set_field. reshape back on get_field
      
      * add type hints and update docstrings for dask. fix Dataset.set_field
      
      * revert wrong docstrings and type hints
      
      * add extra comma for consistency
      
      * prefix private functions with underscore
      
      add type hints to new functions
      
      make commas consistent in dask and basic
      
      * add missing spaces after type hint
      
      * remove shape condition for dataframe in is_2d_collection
      Co-authored-by: default avatarNikita Titov <nekit94-12@hotmail.com>
      f1f5ba15
    • david-cortes's avatar
      [R-package] Fix R memory leaks (fixes #4282, fixes #3462) (#4597) · eda0d3ca
      david-cortes authored
      * fix R memory leaks
      
      * attempt at solving linter complaints
      
      * fix compilation on windows
      
      * move R_API_BEGIN to correct place
      
      * make sure exception objects reach out of scope
      
      * better way to solve rchk complaints
      
      * remove goto statement
      eda0d3ca
    • Nikita Titov's avatar
      [ci] Stop running CUDA tests at CI (#4611) · 2c8bb45b
      Nikita Titov authored
      2c8bb45b
  13. 15 Sep, 2021 1 commit
  14. 12 Sep, 2021 1 commit
  15. 10 Sep, 2021 3 commits
  16. 09 Sep, 2021 4 commits
  17. 04 Sep, 2021 2 commits