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:
- Go to the facet quickstart guide
- Execute the different steps
- See error
Expected behavior
Unexpected keyword error will appear
Screenshots
If applicable, add screenshots to help explain your problem.

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.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Unexpected keyword error will appear
Screenshots
If applicable, add screenshots to help explain your problem.