From f665a5e63abe96ac3af48e756cb3a9caecdf0c6a Mon Sep 17 00:00:00 2001 From: Ayana Samuel Date: Sun, 15 Jun 2025 22:48:29 +0300 Subject: [PATCH] readme updated --- notebooks/README.md | 6 ++++-- src/README.md | 9 +++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/notebooks/README.md b/notebooks/README.md index 078678f..663ce96 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -1,5 +1,7 @@ # Notebooks -This folder contains exploratory and modeling notebooks. +This folder contains Jupyter notebooks for exploratory data analysis (EDA), feature engineering, and modeling. -- `eda.ipynb`: Exploratory Data Analysis +- `task_1/`: Notebooks related to Task 1 (e.g., data understanding, preprocessing). + +Notebooks are organized by task or experiment for reproducibility. \ No newline at end of file diff --git a/src/README.md b/src/README.md index 4fd2fd8..f3d335f 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,9 @@ # Source Code -This folder holds all reusable Python code for: -- `eda.py`: Exploratory Data Analysis helpers +This folder contains reusable Python modules for the project. + +- `data_loader.py`: Functions for loading and saving data. +- `preprocessing.py`: Data cleaning and preprocessing utilities. +- `config.py`: Configuration and path management. + +Import these modules in notebooks and scripts to avoid code duplication. \ No newline at end of file