From d7150c13cd2812f3103af61fcda49990869da091 Mon Sep 17 00:00:00 2001 From: kowshik Date: Sun, 23 Feb 2025 01:56:27 +0600 Subject: [PATCH] Update README.md to improve project file structure formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5efc63b..4331dc0 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,8 @@ The dataset consists of various features related to transactions, including deta Ensure you have Python 3.x installed along with the required dependencies. - # Project File Structure: - -ds_task_fraud_detection/ +``` │── data/ # Folder for storing raw and processed datasets │ ├── raw/ # Original dataset files(**You will find all the dataset here**) │ ├── processed/ # Processed/cleaned datasets @@ -106,6 +104,8 @@ ds_task_fraud_detection/ │ ├── docker-compose.yml # Docker Compose setup │ ├── cloud_run.sh # Deployment script +``` + ### Explanation: * **`data/`** : Stores raw and processed datasets.