Skip to content

Commit 632b8cf

Browse files
authored
Merge pull request #3 from ayanasamuel8/task-2
readme updated
2 parents 00ca353 + f665a5e commit 632b8cf

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

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.

src/README.md

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

3-
This folder holds all reusable Python code for:
4-
- `eda.py`: Exploratory Data Analysis helpers
3+
This folder contains reusable Python modules for the project.
4+
5+
- `data_loader.py`: Functions for loading and saving data.
6+
- `preprocessing.py`: Data cleaning and preprocessing utilities.
7+
- `config.py`: Configuration and path management.
8+
9+
Import these modules in notebooks and scripts to avoid code duplication.

0 commit comments

Comments
 (0)