Skip to content

Commit b397446

Browse files
authored
large data removal and staging for task-4 from ayanasamuel8/task-4
staging for task-4 and after cleaning large data files
2 parents 478d90d + 2350640 commit b397446

36 files changed

Lines changed: 4744 additions & 6 deletions

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[core]
2+
remote = localstorage
3+
['remote "localstorage"']
4+
url = ~/dvc_storage

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ __pycache__/
33
.ipynb_checkpoints/
44
data/*
55
!data/.gitkeep
6-
*.dvc
6+
!.dvc
7+
!data/raw/raw_data.csv.dvc
8+
!data/cleaned/cleaned_data.csv.dvc

data/cleaned/cleaned_data.csv.dvc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
outs:
2+
- md5: d8bb55b2fb1adad6e6394880d31c53c0
3+
size: 274013532
4+
hash: md5
5+
path: cleaned_data.csv

notebooks/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Notebooks
22

3-
This folder contains exploratory and modeling notebooks.
3+
This folder contains Jupyter notebooks for exploratory data analysis (EDA), feature engineering, and modeling.
44

5-
- `eda.ipynb`: Exploratory Data Analysis
5+
- `task_1/`: Notebooks related to Task 1 (e.g., data understanding, preprocessing).
6+
7+
Notebooks are organized by task or experiment for reproducibility.

0 commit comments

Comments
 (0)