Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -188,6 +188,33 @@ That makes it useful for thinking about:
|
|
| 188 |
- model-based safety systems
|
| 189 |
- any domain where local correctness can still produce global failure
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
## License
|
| 192 |
|
| 193 |
MIT
|
|
|
|
| 188 |
- model-based safety systems
|
| 189 |
- any domain where local correctness can still produce global failure
|
| 190 |
|
| 191 |
+
Notes
|
| 192 |
+
|
| 193 |
+
The only material correction from the earlier version was the malformed row in train.csv.
|
| 194 |
+
|
| 195 |
+
Everything else above is now aligned:
|
| 196 |
+
|
| 197 |
+
schema
|
| 198 |
+
benchmark contract
|
| 199 |
+
scorer
|
| 200 |
+
visualizer
|
| 201 |
+
prediction templates
|
| 202 |
+
baseline generator
|
| 203 |
+
README
|
| 204 |
+
How to run
|
| 205 |
+
|
| 206 |
+
Generate baseline predictions:
|
| 207 |
+
|
| 208 |
+
python baseline/generate_baseline_predictions.py
|
| 209 |
+
|
| 210 |
+
Score a split:
|
| 211 |
+
|
| 212 |
+
python scorer.py baseline_predictions/boundary_trap_baseline_predictions.csv data/boundary_trap.csv
|
| 213 |
+
|
| 214 |
+
Visualize it:
|
| 215 |
+
|
| 216 |
+
python stability_visualizer.py --pred baseline_predictions/boundary_trap_baseline_predictions.csv -
|
| 217 |
+
|
| 218 |
## License
|
| 219 |
|
| 220 |
MIT
|