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