1. 04 Nov, 2019 1 commit
  2. 01 Nov, 2019 1 commit
  3. 27 Oct, 2019 3 commits
  4. 25 Oct, 2019 2 commits
  5. 24 Oct, 2019 3 commits
  6. 22 Oct, 2019 2 commits
  7. 21 Oct, 2019 2 commits
  8. 16 Oct, 2019 3 commits
  9. 15 Oct, 2019 2 commits
  10. 14 Oct, 2019 1 commit
  11. 13 Oct, 2019 1 commit
  12. 09 Oct, 2019 1 commit
  13. 07 Oct, 2019 2 commits
  14. 06 Oct, 2019 2 commits
  15. 03 Oct, 2019 1 commit
  16. 02 Oct, 2019 2 commits
  17. 01 Oct, 2019 3 commits
  18. 29 Sep, 2019 6 commits
  19. 28 Sep, 2019 2 commits
    • Belinda Trotta's avatar
      Predefined bin thresholds (#2325) · cc7a1e27
      Belinda Trotta authored
      * Fix bug where small values of max_bin cause crash.
      
      * Revert "Fix bug where small values of max_bin cause crash."
      
      This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Use stable sort.
      
      * Minor style and doc fixes.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Use stable sort.
      
      * Minor style and doc fixes.
      
      * Change binning behavior to be same as PR #2342.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Use stable sort.
      
      * Minor style and doc fixes.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Use stable sort.
      
      * Minor style and doc fixes.
      
      * Change binning behavior to be same as PR #2342.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Minor style and doc fixes.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Minor style and doc fixes.
      
      * Change binning behavior to be same as PR #2342.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Use stable sort.
      
      * Minor style and doc fixes.
      
      * Add functionality to force bin thresholds.
      
      * Fix style issues.
      
      * Use stable sort.
      
      * Minor style and doc fixes.
      
      * Change binning behavior to be same as PR #2342.
      
      * Use different bin finding function for predefined bounds.
      
      * Fix style issues.
      
      * Minor refactoring, overload FindBinWithZeroAsOneBin.
      
      * Fix style issues.
      
      * Fix bug and add new test.
      
      * Add warning when using categorical features with forced bins.
      
      * Pass forced_upper_bounds by reference.
      
      * Pass container types by const reference.
      
      * Get categorical features using FeatureBinMapper.
      
      * Fix bug for small max_bin.
      
      * Move GetForcedBins to DatasetLoader.
      
      * Find forced bins in dataset_loader.
      
      * Minor fixes.
      cc7a1e27
    • Nikita Titov's avatar
      [docs] added installation guide with Homebrew (#2414) · f2632a6e
      Nikita Titov authored
      * added installation guide with Homebrew
      
      * hotfix
      
      * update wording to separate install and build cases
      f2632a6e