We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e1dc3 commit 4db1e09Copy full SHA for 4db1e09
1 file changed
scripts/update_readme.py
@@ -2,6 +2,15 @@
2
"""
3
Simple script to update README.md with current dataset statistics using only pandas.
4
5
+⚠️ NOTE: This script generates the OLD README format with extensive details.
6
+The current README is simplified and focuses on essentials only.
7
+Detailed documentation is now in the docs/ directory.
8
+
9
+If you need to update statistics in the README, manually update the numbers in:
10
+- README.md (main statistics)
11
+- docs/training.md (baseline results)
12
+- docs/visualization.md (if needed)
13
14
Usage:
15
python scripts/update_readme.py --csv /path/to/data.csv --readme /path/to/README.md
16
0 commit comments