How can I make predictions in a way which lets me do data analysis? I want to be able to grep / tag questions, plot calibration over time, split out accuracy over tags, etc. Presumably exporting to a CSV should be sufficient. PredictionBook doesn’t have an obvious export feature, and its API seems to not be working right now / I haven’t figured it out yet.
Trying to collate team shard’s prediction results and visualize with plotly, but there’s a lot of data processing that has to be done first. Want to avoid the pain in the future.
I pasted your question into Bing Chat, and it returned Python code to export your PredictionBook data to a CSV file. Haven’t tested it. Might be worth looking into this approach?
How can I make predictions in a way which lets me do data analysis? I want to be able to grep / tag questions, plot calibration over time, split out accuracy over tags, etc. Presumably exporting to a CSV should be sufficient. PredictionBook doesn’t have an obvious export feature, and its API seems to not be working right now / I haven’t figured it out yet.
Trying to collate team shard’s prediction results and visualize with plotly, but there’s a lot of data processing that has to be done first. Want to avoid the pain in the future.
I pasted your question into Bing Chat, and it returned Python code to export your PredictionBook data to a CSV file. Haven’t tested it. Might be worth looking into this approach?