Skip to content

Shorten library imports #181

Open
Open
@ktagowski

Description

@ktagowski

Currently imports seems to be so long.

E.g.:

from embeddings.pipeline.lightning_hps_pipeline import OptimizedLightingClassificationPipeline

I think more clearer way would be

from embeddings.pipeline import OptimizedLightingClassificationPipeline

Therefore appropriate __init__ files should be adapted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions