abhi8893 / Titanic-Survival

Titanic Survival Kaggle competition
0 stars 0 forks source link

Importing DataPipeline raises warning #13

Open abhi8893 opened 4 years ago

abhi8893 commented 4 years ago

https://github.com/abhi8893/Titanic-Survival/blob/5be12b605ae3a380b8d5e9c03edd13ed572ef1dc/titansurv/pipeline/__init__.py#L1-L2 Adding this line in the __init__.py file will raised a warning even if pipeline1 is not imported and only We want the warning to be raised only when pipeline1 is imported

https://github.com/abhi8893/Titanic-Survival/blob/5be12b605ae3a380b8d5e9c03edd13ed572ef1dc/titansurv/pipeline/data_pipeline.py#L16-L37