Skip to content

Commit c293acf

Browse files
committed
2020 stuff
1 parent b155719 commit c293acf

15 files changed

+13342
-13175
lines changed

auto_roster_2019.json

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

auto_roster_2020.json

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

best_roster.ipynb

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"metadata": {},
526526
"outputs": [],
527527
"source": [
528-
"players,base = load_roster('auto_roster_2020.json')"
528+
"players,base = load_roster('alexnoob.json')"
529529
]
530530
},
531531
{
@@ -681,7 +681,9 @@
681681
"execution_count": null,
682682
"metadata": {},
683683
"outputs": [],
684-
"source": []
684+
"source": [
685+
"dfAN"
686+
]
685687
},
686688
{
687689
"cell_type": "code",
@@ -707,7 +709,7 @@
707709
"metadata": {},
708710
"outputs": [],
709711
"source": [
710-
"df4 = df3.set_index('name').join(dfAN.set_index('name'),rsuffix='_auto',method='outer')#.dropna()"
712+
"df4 = df3.set_index('name').join(dfAN.set_index('name'),rsuffix='_auto',how='outer')#.dropna()"
711713
]
712714
},
713715
{
@@ -728,6 +730,42 @@
728730
"df4.to_csv('testlol.csv')"
729731
]
730732
},
733+
{
734+
"cell_type": "code",
735+
"execution_count": null,
736+
"metadata": {},
737+
"outputs": [],
738+
"source": [
739+
"df4"
740+
]
741+
},
742+
{
743+
"cell_type": "code",
744+
"execution_count": null,
745+
"metadata": {},
746+
"outputs": [],
747+
"source": [
748+
"df3"
749+
]
750+
},
751+
{
752+
"cell_type": "code",
753+
"execution_count": null,
754+
"metadata": {},
755+
"outputs": [],
756+
"source": [
757+
"dfAN"
758+
]
759+
},
760+
{
761+
"cell_type": "code",
762+
"execution_count": null,
763+
"metadata": {},
764+
"outputs": [],
765+
"source": [
766+
"df4.sort_values('AUTOdiff',0,False)"
767+
]
768+
},
731769
{
732770
"cell_type": "code",
733771
"execution_count": null,

cbb_roster_2019.json

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

cbb_roster_2020.json

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

correct_base.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"metadata": {},
102102
"outputs": [],
103103
"source": [
104-
"old_ratings = pd.read_csv('beta_stats.csv')"
104+
"old_ratings = pd.read_csv('big_stat2.csv')"
105105
]
106106
},
107107
{

fetch_cbb.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"outputs": [],
2222
"source": [
2323
"folder = 'CBB'\n",
24-
"year = 2018\n",
24+
"year = 2020\n",
2525
"\n",
2626
"try:\n",
2727
" os.mkdir(folder)\n",
@@ -180,7 +180,7 @@
180180
"name": "python",
181181
"nbconvert_exporter": "python",
182182
"pygments_lexer": "ipython3",
183-
"version": "3.6.8"
183+
"version": "3.6.9"
184184
}
185185
},
186186
"nbformat": 4,

0 commit comments

Comments
 (0)