You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce the experiments on the electronic laboratory notebook (ELN) data:
77
+
78
+
1. Encode the data using the script `encode_az_reactions.py`. This will write the files `az-2048-3-true.pkl` and `az-2048-3-true.pkl.gz` to the folder `data/az`.
79
+
```bash
80
+
cd scripts
81
+
python encoding/encode_az_reactions.py
82
+
```
83
+
2. Train and test the xgboost model using the script `yield_prediction_az.py` (or `yield_prediction_az_rf.py` for the random forest model):
0 commit comments