Hi Paul,
I was trying to run pipeline.py but getting the below error
python3 /Users/manav/Documents/projects/energy-forecasting/feature-pipeline/feature_pipeline/pipeline.py
Traceback (most recent call last):
File "/Users/manav/Documents/projects/energy-forecasting/feature-pipeline/feature_pipeline/pipe
line.py", line 6, in <module> from feature_pipeline.etl import cleaning, load, extract, validation
ModuleNotFoundError: No module named 'feature_pipeline'
Can you help ?