Skip to content

Commit

Permalink
v0.3 Silver to gold done
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakleen committed Oct 5, 2024
1 parent f3f6220 commit 3d83f87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified Diagrams/Medallion_Architecture.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Gold data is used to train machine learning models for predictive task.

## Technologies Used
1. **PySpark** and **DeltaLake** to manage data ingestion and transformation
1. **MLFlow** for model development
1. **MLLib** and **MLFlow** for model development, tracking, and evluation
1. **Flask** to create front end
1. **GitHub Actions** for CI/CD
1. **PyTest** for writing tests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ blinker==1.8.2
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.3.2
CitiBike-Demand-Prediction==0.2.0
CitiBike-Demand-Prediction==0.3.0
click==8.1.7
cloudpickle==3.0.0
comm==0.2.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_requirements(file_name: str) -> List[str]:

setup(
name="CitiBike Demand Prediction",
version="0.2.0",
version="0.3.0",
description="An End-to-End Machine Learning project where I predict demand of bikes at citibike stations at hourly level.",
author="Shakleen Ishfar",
author_email="shakleenishfar@gmail.com",
Expand Down

0 comments on commit 3d83f87

Please sign in to comment.