"python-package/vscode:/vscode.git/clone" did not exist on "283cdde4159b2935ba1ae8de4d3b8cf7ec6a86ad"
  1. 01 Dec, 2021 1 commit
  2. 30 Nov, 2021 2 commits
  3. 29 Nov, 2021 1 commit
  4. 26 Nov, 2021 3 commits
  5. 23 Nov, 2021 1 commit
  6. 20 Nov, 2021 1 commit
    • Nikita Titov's avatar
      [python] Remove `silent` argument (#4800) · 2caf945f
      Nikita Titov authored
      * Update test_plotting.py
      
      * Update dask.py
      
      * Update sklearn.py
      
      * Update test_sklearn.py
      
      * Update basic.py
      
      * Update engine.py
      
      * Update test_engine.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update engine.py
      2caf945f
  7. 15 Nov, 2021 2 commits
  8. 12 Nov, 2021 1 commit
    • Roman Shaptala's avatar
      [python] Faster categorical column names selection (#4787) · 6cbb3586
      Roman Shaptala authored
      * Faster categorical column names selection (#1)
      
      * Faster categorical column names selection
      
      Change slow and redundant dataframe query by select_dtypes into a dataframe.dtypes list comprehension
      
      * Update compat with CategoricalDtype
      
      * sort imports
      
      * import CategoricalDtype from pandas.api.types
      
      * add categorical import try/except
      6cbb3586
  9. 11 Nov, 2021 1 commit
  10. 10 Nov, 2021 2 commits
  11. 08 Nov, 2021 3 commits
  12. 05 Nov, 2021 2 commits
  13. 30 Oct, 2021 2 commits
  14. 27 Oct, 2021 1 commit
  15. 26 Oct, 2021 1 commit
  16. 15 Oct, 2021 1 commit
  17. 13 Oct, 2021 2 commits
  18. 09 Oct, 2021 1 commit
  19. 07 Oct, 2021 1 commit
  20. 05 Oct, 2021 2 commits
  21. 25 Sep, 2021 1 commit
  22. 23 Sep, 2021 1 commit
  23. 21 Sep, 2021 1 commit
  24. 20 Sep, 2021 1 commit
  25. 17 Sep, 2021 2 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
  26. 15 Sep, 2021 1 commit
  27. 12 Sep, 2021 1 commit
  28. 10 Sep, 2021 1 commit