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.