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

Add options #22

Closed
wants to merge 5 commits into from
Closed

Commits on Nov 22, 2018

  1. Implement Early Stopping

    Implement early stopping for the MERF fitting procedure, based on relative tolerance. The default value has been changed to "None" to reflect that the option will be ignored unless specified.
    James Cunningham committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    232e890 View commit details
    Browse the repository at this point in the history
  2. Fixed Formatting

    Attempted to fix formatting for early stopping, so as not to anger the continuous integration.
    James Cunningham committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    1aa4b16 View commit details
    Browse the repository at this point in the history
  3. Add Ability to Specify Additional Parameters to RandomForestRegressor

    Add ability to specify additional parameters to RandomForestRegressor, with some minor error checking and two additional tests.
    James Cunningham committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    10d06b3 View commit details
    Browse the repository at this point in the history
  4. Fixed Formatting

    James Cunningham committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    1d67eb8 View commit details
    Browse the repository at this point in the history
  5. Merged add_options and early_stopping

    James Cunningham committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    d7598f9 View commit details
    Browse the repository at this point in the history