Skip to content

Incorrect imports in DataAnalyzer notebook #1083

@peterhessey

Description

@peterhessey

The imports in under "Setup Imports" in the DataAnalyzer Notebook are incorrect / outdated. Currently the DataAnalyzer import in the notebook is:

from monai.apps.auto3dseg import DataAnalyzer

but I believe the correct import is (at least for me, running monai==1.0.1) is:

from monai.apps.auto3dseg.data_analyzer import DataAnalyzer

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