File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments