Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Support for max_features #27

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2019

  1. Support of parameters max_features (for threshold exceeding) and bo…

    …otstrap_max_features (for `bootstrap_threshold` exceeding) while performing threshold check on bootstrap step (SelectFromModel invoke) and while performing final check (get_support method). Backward compatible with previous implementation
    a-n-ermakov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    cf9bd6d View commit details
    Browse the repository at this point in the history
  2. tests added

    a-n-ermakov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    1b15307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5728b3 View commit details
    Browse the repository at this point in the history
  4. explicit LogisticRegression 'liblinear' solver (l1) to suppress warni…

    …ngs and satisfy travis CI log limits
    a-n-ermakov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    bfa331f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be7decf View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. test stability

    a-n-ermakov committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    1e75f79 View commit details
    Browse the repository at this point in the history