BCG-X-Official/facet

cannot import LearnerInspector etc

Closed this issue · 1 comments

Describe the bug
Not exhaustive list, but cannot run:

from facet.inspection import LearnerInspector
from facet.selection import LearnerRanker, LearnerGrid

But this runs:
from facet.data import Sample
Which means gamma-facet is installed.

I copy/paste this code from the Facet github repo: https://github.com/BCG-Gamma/facet

Hi, did you try installing FACET using pip or conda?