Ryan McKenna
Ryan McKenna
For anybody who is interested in this issue, I found that the information can be obtained by the retrosheet.events function, although some parsing of raw data is needed to get...
The function retrosheet.season_game_logs should give you lineup information. Alternatively, you could do some light post-processing of the output of statcast to determine it as well. I'm not quite sure about...
Thanks for the quick response @yuxiangw, makes sense now! I'm still seeing some discrepancies for large epsilon, however: ``` def predicted_delta(epsilon, target_delta = 1e-6): try: calibrate = calibrator_zoo.ana_gaussian_calibrator() GM =...
That dependency shouldn't have been there, I think it is fixed now
Thanks for the PR, looks great!
@bigdaronlee163 great questions. 1) All we require is that 0
Good question, here is the file I used to discretize adult: discretize.py: https://pastebin.com/yGLKUaey config.yml: https://pastebin.com/pim42cD9 You may have to make some slight modifications with path to get it to run,...
Interesting, can you send a minimum example that demonstrates this behavior? It seems surprising that this would be the bottleneck compared to fitting the model or other parts of the...
This library does not support generating synthetic data with Approx-PGM, that's one of the limitations of that approach. In principle, you could use the GUM algorithm described here to do...
Huh, I thought I had updated that colab notebook, maybe wasn't saved. Thanks for flagging, I'll try to look into it