MANIFEST.in
README.md
pyproject.toml
requirements_dev.txt
setup.cfg
setup.py
src/UberRidePrediction/__init__.py
src/UberRidePrediction/prediction_pipeline.py
src/UberRidePrediction/training_pipeline.py
src/UberRidePrediction.egg-info/PKG-INFO
src/UberRidePrediction.egg-info/SOURCES.txt
src/UberRidePrediction.egg-info/dependency_links.txt
src/UberRidePrediction.egg-info/requires.txt
src/UberRidePrediction.egg-info/top_level.txt
src/components/__init__.py
src/components/data_ingestion.py
src/components/data_transformation.py
src/components/model_evaluation.py
src/components/model_trainer.py
src/pipeline/__init__.py
src/pipeline/prediction_pipeline.py
src/pipeline/training_pipeline.py
src/utils/__init__.py
src/utils/pipeline.py
src/utils/utils.py