muellerzr / Practical-Deep-Learning-for-Coders-2.0

Notebooks for the "A walk with fastai2" Study Group and Lecture Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

small mistake in "2_Regression_and_Permutation_Importance.ipynb" and lesson 2 of walkwithfastai

Jalagarto opened this issue · comments

commented

this would be like a PR for a notebook:
in PermutationImportance --> init

we need to replace "self.y = dls.y_names" by "self.y = learn.dls.y_names", for it to run.