Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1404b28
remote proj init
shreerai001 Mar 30, 2026
f52dca2
remote proj personal init
shreerai001 Mar 30, 2026
c775b6f
added cleaned data notebook and gitignore
shreerai001 Mar 30, 2026
c8a2607
added cleaned data notebook and gitignore
shreerai001 Mar 30, 2026
37b7571
finalize data cleaning process
shreerai001 Mar 30, 2026
734fbf3
EDA expirement notebook added
shreerai001 Apr 3, 2026
384f825
Add EDA notebook for 2018 parking sensor data (prashantthapa)
thapa-prashant Apr 5, 2026
b280209
explored eda
suprieyagtm10 Apr 10, 2026
fcf9bc2
clean data exp
shreerai001 Apr 10, 2026
6ca8420
EDA final added
shreerai001 Apr 10, 2026
3515109
model expirement added
shreerai001 Apr 10, 2026
2e5eb74
eda and data cleaning
rishav-17 Apr 15, 2026
c0d6725
updated data cleaning and eda final
suprieyagtm10 Apr 19, 2026
f463815
updated model experiment
suprieyagtm10 Apr 19, 2026
bf193a8
few fixes
thapa-prashant Apr 19, 2026
8b84a99
ml model testing
thapa-prashant Apr 19, 2026
693b52d
data_Cleaning_and_EDA
rishav-17 Apr 19, 2026
1cb4544
main file with template init
shreerai001 Apr 21, 2026
679b473
data ingestion changed for provided API
shreerai001 Apr 25, 2026
c890baa
data ingestion changed for provided API on main notebook
shreerai001 Apr 25, 2026
1cca8fa
data ingestion changes
shreerai001 Apr 28, 2026
ae8c89a
all data ingestion changed
shreerai001 May 3, 2026
3c17eb1
import fixes
shreerai001 May 3, 2026
66bb9af
chameleon data science template implemented
shreerai001 May 5, 2026
cab59d4
Adding the API paths
rishav-17 May 11, 2026
d4384de
Add CSV data files for API
rishav-17 May 11, 2026
e400fb1
Fix NaN serialization issue in API
rishav-17 May 11, 2026
5d58289
Modelling
rishav-17 May 12, 2026
f4fac4d
commits added
shreerai001 May 16, 2026
2acc847
proj html and json added
shreerai001 May 17, 2026
2b1497b
sync with master and moved files to ready to publish
shreerai001 May 17, 2026
b2a2083
updated description and summary
suprieyagtm10 May 18, 2026
31320d1
file name format changed
shreerai001 May 19, 2026
d8ece64
delete .idea files
shreerai001 May 19, 2026
9bca9a3
Restore accidentally deleted use cases
shreerai001 May 19, 2026
5692728
PR from comment fixed
shreerai001 May 27, 2026
9e32d75
PR from comment fixed
shreerai001 May 27, 2026
a086b7c
PR from comment fixed
shreerai001 May 27, 2026
c86dfa0
PR from comment fixed
shreerai001 May 27, 2026
91b6399
PR from comment fixed for folium image
shreerai001 May 27, 2026
115629b
PR from comment fixed for folium image and HTML updated
shreerai001 May 27, 2026
92d015f
PR from comment fixed for folium image and HTML url fixed
shreerai001 May 28, 2026
0cd2e53
removed unused files
shreerai001 May 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Playground/prashantthapa/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added by Prashant Thapa (224946285)
39 changes: 39 additions & 0 deletions Playground/project-27-smart-parking-demand-prediction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Smart Parking Demand Prediction

This project focuses on analysing Melbourne parking sensor data to understand parking patterns and predict parking demand across different zones and time periods. The goal is to support better parking management and reduce traffic caused by vehicles searching for parking.

## Team Members
- Prashant
- Supriya
- Rishab
- Shree

## Project Overview
We are using Melbourne open parking data (arrivals, departures, and parking restrictions) to:
- analyse parking trends
- identify peak demand times
- build a machine learning model to predict parking demand

## Project Structure
- `data/` → contains raw and processed datasets
- `notebooks/` → shared notebooks for data cleaning, analysis, and modelling
- `src/` → optional Python scripts for reusable code
- personal folders → individual work and experiments

## Main Notebook
- `notebooks/05_final_pipeline.ipynb`
This notebook contains the complete workflow including data processing, analysis, and model results.

## Workflow
All team members are working on the same group branch. Each member is responsible for a specific part of the project such as data cleaning, analysis, feature engineering, or modelling. Work is first tested individually and then added to shared notebooks.

## Current Progress
- Initial dataset exploration completed
- Data cleaning in progress
- Feature extraction started
- Model development planned

## Notes
- Always pull latest changes before pushing updates
- Avoid editing the same notebook at the same time
- Use personal folders for testing ideas before adding to shared files
Loading