Initial analysis

This commit is contained in:
Nathan Schneider
2025-11-21 19:34:33 -07:00
parent 7ba4a069a2
commit fa527bd1f1
8 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
tmp
analysis/venv
.aider*

View File

@@ -46,6 +46,8 @@ The result was a CSV-formatted list of protocols (`protocols_edited.csv`, n=411)
### Initial diagnostic
This diagnostic used the file now at `bicorder_analyzed.json`, though the scripts are set up to analyze `../bicorder.json`. That file has since been updated based on this analysis.
For each row in the dataset, and on each gradient, a series of scripts prompts the LLM to apply each gradient to the protocol. The outputs are then added to a CSV output file.
The result was a CSV-formatted list of protocols (`diagnostic_output.csv`, n=411).

0
analysis/bicorder_analyze.py Normal file → Executable file
View File

0
analysis/bicorder_batch.py Normal file → Executable file
View File

0
analysis/bicorder_init.py Normal file → Executable file
View File

0
analysis/bicorder_query.py Normal file → Executable file
View File

0
analysis/chunk.sh Executable file → Normal file
View File

0
analysis/multivariate_analysis.py Normal file → Executable file
View File