Skip to content

Commit 78d9e34

Browse files
committed
fgbm per-pos model
1 parent faf2bba commit 78d9e34

File tree

6 files changed

+246
-203
lines changed

6 files changed

+246
-203
lines changed

fbgm_roster_2018.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

fetch_wnba.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
" soup = BeautifulSoup(test_table,features=\"lxml\")\n",
6464
" table_id = str(soup.find('table').get('id'))\n",
6565
"\n",
66-
" if table_id == ['team_and_opponent']:\n",
66+
" if table_id in ['wnba_playoffs','team_and_opponent']:\n",
6767
" continue\n",
6868
" soup.findAll('tr')\n",
6969
"\n",

regress_WNBA.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"metadata": {},
2424
"outputs": [],
2525
"source": [
26-
"df = pd.read_csv('avg_stats.csv')#pd.read_csv('BBGM_League_7_all_seasons_Average_Stats.csv')\n",
26+
"df = pd.read_csv('big_stat.csv')#pd.read_csv('BBGM_League_7_all_seasons_Average_Stats.csv')\n",
27+
"df = df[(df.G*df.MP > 100)]\n",
2728
"df.shape"
2829
]
2930
},

0 commit comments

Comments
 (0)