Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal Varianсe Sampling booster #4266

Merged
merged 32 commits into from
Mar 12, 2022
Merged

Minimal Varianсe Sampling booster #4266

merged 32 commits into from
Mar 12, 2022

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    1af3f3e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Implemented MVS booster with support for multioutput targets, determi…

    …nistic execution on small datasets/
    kruda committed May 9, 2021
    Configuration menu
    Copy the full SHA
    0ad2740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08462f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b067a5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8229008 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f2620e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d50769e View commit details
    Browse the repository at this point in the history
  7. Revert "Fixed R package build for windows and linting error"

    This reverts commit d50769e
    kruda committed May 9, 2021
    Configuration menu
    Copy the full SHA
    f531f3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef1a28c View commit details
    Browse the repository at this point in the history
  9. Fixed some documentation

    kruda committed May 9, 2021
    Configuration menu
    Copy the full SHA
    c610035 View commit details
    Browse the repository at this point in the history
  10. Fixed intendation error in mvs.hpp, fixed some windows build issues, …

    …added spinx version upper bound
    kruda committed May 9, 2021
    Configuration menu
    Copy the full SHA
    4425874 View commit details
    Browse the repository at this point in the history
  11. Fixed intendation error in mvs.hpp, fixed some windows build issues, …

    …added spinx version upper bound
    kruda committed May 9, 2021
    Configuration menu
    Copy the full SHA
    a5b72f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64a99f4 View commit details
    Browse the repository at this point in the history
  13. Update requirements_base.txt

    kruda authored May 9, 2021
    Configuration menu
    Copy the full SHA
    fb8ff6e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Update R-package/src/Makevars.in

    Co-authored-by: James Lamb <jaylamb20@gmail.com>
    kruda and jameslamb authored May 10, 2021
    Configuration menu
    Copy the full SHA
    d499d15 View commit details
    Browse the repository at this point in the history
  2. Update R-package/src/Makevars.win.in

    Co-authored-by: James Lamb <jaylamb20@gmail.com>
    kruda and jameslamb authored May 10, 2021
    Configuration menu
    Copy the full SHA
    8a01fb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b630a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29fc099 View commit details
    Browse the repository at this point in the history
  5. Moved CalculateThresholdSequential to array_args.h and renamed it to …

    …CalculateThresholdMVS
    kruda committed May 10, 2021
    Configuration menu
    Copy the full SHA
    49ed4eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d018ed0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d62c98c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cee27e View commit details
    Browse the repository at this point in the history
  9. Fixed linter errors

    kruda committed May 10, 2021
    Configuration menu
    Copy the full SHA
    224ac05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5cd4422 View commit details
    Browse the repository at this point in the history
  11. Fixed linting errors

    kruda committed May 10, 2021
    Configuration menu
    Copy the full SHA
    468102b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Updated R-package documentation

    Updated documentation
    Updated test_mvs_threshold_search.cpp
    Added parallel computation of regularized absolute value term.
    Added new mvs parameter from constant.
    kruda committed May 11, 2021
    Configuration menu
    Copy the full SHA
    fd3f64a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Updated MVS Lambda algorithm

    kruda committed May 14, 2021
    Configuration menu
    Copy the full SHA
    11df789 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    b489b66 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Merge branch 'master' of https://github.com/microsoft/LightGBM

    � Conflicts:
    �	docs/Parameters.rst
    �	include/LightGBM/utils/array_args.h
    kruda committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    bab99b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddcab83 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. [ci] fix current master fails with graphviz-related error (microsof…

    …t#5068)
    
    * Update test_windows.ps1
    
    * Update .appveyor.yml
    
    * Update test_windows.ps1
    
    * Update .appveyor.yml
    StrikerRUS authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    31ab4d4 View commit details
    Browse the repository at this point in the history
  2. sync with LightGBM/master

    shiyu1994 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    9ce06ae View commit details
    Browse the repository at this point in the history