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

Allow parallel prediction for UpliftRandomForestClassifier #477

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    ccc3622 View commit details
    Browse the repository at this point in the history
  2. test predictions coincide for single and parallel

    computation for UpliftRandomForestClassifier
    heiderich committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    fb3c8c1 View commit details
    Browse the repository at this point in the history
  3. mention that n_jobs is also used for predictions

    of UpliftRandomForestClassifier
    heiderich committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    0ce2c3c View commit details
    Browse the repository at this point in the history
  4. Add optional joblib_prefer argument to constructor

    of UpliftRandomForestClassifier. It is passed as `prefer`
    to joblib.Parallel in the `fit` and `predict` methods.
    heiderich committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    897afe7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b84f114 View commit details
    Browse the repository at this point in the history