muellerzr/fastinference

feature importance returns a ModuleAttributeError

chsafouane opened this issue · 1 comments

I start by importing

from fastinference.tabular import *
from fastai.tabular.all import *

and I execute the tutorial in the tabular-interpretation section line by line. When I get to this line fi = learn.feature_importance(df=df), I get the following error

image

@chsafouane try doing from fastinference.tabular.interpretation import * instead. Will update the tutorial