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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user