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

Third Party Estimator Wrapper #1103

Merged
merged 4 commits into from
Oct 5, 2020
Merged

Third Party Estimator Wrapper #1103

merged 4 commits into from
Oct 5, 2020

Commits on Oct 3, 2020

  1. Third Party Estimator Wrapper

    Adds a wrapper for estimators that implement the scikit-learn API but do
    not extend BaseEstimator. If the estimator is missing required
    properties (generally the learned attributes) then a sensible error is
    raised. Includes documentation about how to use non-sklearn estimators
    with Yellowbrick.
    
    Fixes #1098
    Fixes #1099
    Related to #397
    Related to #1066
    bbengfort committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    f4576eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc9e46a View commit details
    Browse the repository at this point in the history
  3. documentation

    bbengfort committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    1499a1f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. fix typos

    bbengfort committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    cb23542 View commit details
    Browse the repository at this point in the history