Skip to content

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

@thethirdghost

Description

@thethirdghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions