walkwithfastai.github.io icon indicating copy to clipboard operation
walkwithfastai.github.io copied to clipboard

03_Cross_Validation - type object 'Normalize' has no attribute 'from_tab'

Open thethirdghost opened this issue 2 years ago • 0 comments

The normalize object does not have "from_tab" attribute.


AttributeError Traceback (most recent call last) in <cell line: 1>() ----> 1 procs = [Categorify(classes), Normalize.from_tab(means, stds), FillMissing(fill_strategy=FillStrategy.median, fill_vals=fill_vals, na_dict=na_dict)]

AttributeError: type object 'Normalize' has no attribute 'from_tab'

fastai : 2.7.12 fastcore : 1.5.29 scikit-learn : 1.2.2 iterative-stratification : 0.1.7

thethirdghost avatar Apr 05 '23 14:04 thethirdghost