c
File size: 189 Bytes
17c5137
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from src.pipeline.training_pipeline import start_training_pipeline

if __name__ =="__main__":
    try:    
        start_training_pipeline()
    
    except Exception as e:
        print(e)