セイバーメトリクス指標「得点期待値」をPythonで算出するサンプル. MLBのデータを使用.
- Python3.8
- poetryでパッケージ管理しているので事前に設定してもらえるといいかも
- 一応requirements.txtも準備しています
$ poetry install
$ pip install -r requirements.txt
$ jupyter lab
$ streamlit run sample_run_expectancy.py
セイバーメトリクス指標「得点期待値」をPythonで算出するサンプル. MLBのデータを使用.
Jupyter NotebookMIT