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
The normalize object does not have "from_tab" attribute.
fastai : 2.7.12
fastcore : 1.5.29
scikit-learn : 1.2.2
iterative-stratification : 0.1.7