Open
Description
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.