From 6783cfeb3fd828746cf7c04fc4cda5740841c4ab Mon Sep 17 00:00:00 2001 From: nuluh Date: Thu, 15 Aug 2024 09:46:50 +0700 Subject: [PATCH] docs(readme): Improve data README.md explanation Update the README.md file in the data/processed directory to provide clearer instructions on how to load the data from the desired Dx_TESTy.csv file. This change enhances the usability of the data files for analysis. --- data/processed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/processed/README.md b/data/processed/README.md index ceabcd8..3c575b9 100644 --- a/data/processed/README.md +++ b/data/processed/README.md @@ -46,7 +46,7 @@ The processed data is intended for use in analytical models that assess structur To use these files in your analysis: 1. Ensure your CSV parser can interpret the custom header. -2. Load the data from the desired `Dx_TESTy.csv` file. +2. Load the data from the desired `Dx_TESTy.csv` (where x and y is integer number) file. 3. Analyze the data according to your specific needs (e.g., regression analysis, classification). The data can be directly imported into most data analysis software packages or programming environments that support CSV file input.