Skip to content

Keyword error for LearnerInspector in quickstart guide #390

Description

@cedrichelewaut

Describe the bug
In the quickstart guide for FACET, the model inspector is fit with argument 'pipeline'. This will throw an error, as LearnerInspector takes 'model' as argument instead.

# fit the model inspector
from facet.inspection import LearnerInspector
inspector = LearnerInspector(
    pipeline=selector.best_estimator_,
    n_jobs=-3
).fit(diabetes_sample)

To Reproduce
Steps to reproduce the behavior:

  1. Go to the facet quickstart guide
  2. Execute the different steps
  3. See error

Expected behavior
Unexpected keyword error will appear

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions