wsba-hockey 1.1.2__py3-none-any.whl → 1.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- wsba_hockey/tools/xg_model.py +1 -1
- {wsba_hockey-1.1.2.dist-info → wsba_hockey-1.1.3.dist-info}/METADATA +1 -1
- {wsba_hockey-1.1.2.dist-info → wsba_hockey-1.1.3.dist-info}/RECORD +6 -6
- {wsba_hockey-1.1.2.dist-info → wsba_hockey-1.1.3.dist-info}/WHEEL +0 -0
- {wsba_hockey-1.1.2.dist-info → wsba_hockey-1.1.3.dist-info}/licenses/LICENSE +0 -0
- {wsba_hockey-1.1.2.dist-info → wsba_hockey-1.1.3.dist-info}/top_level.txt +0 -0
wsba_hockey/tools/xg_model.py
CHANGED
@@ -118,7 +118,7 @@ def fix_players(pbp):
|
|
118
118
|
|
119
119
|
def prep_xG_data(data):
|
120
120
|
#Prep data for xG training and calculation
|
121
|
-
|
121
|
+
data = fix_players(data)
|
122
122
|
|
123
123
|
#Informal groupby
|
124
124
|
data = data.sort_values(by=['season','game_id','period','seconds_elapsed','event_num'])
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: wsba_hockey
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.3
|
4
4
|
Summary: WeakSide Breakout's complete Python package of access to hockey data, primairly including the scraping of National Hockey League schedule, play-by-play, and shifts information.
|
5
5
|
Author-email: Owen Singh <owenbksingh@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/owensingh38/wsba_hockey/
|
@@ -130,14 +130,14 @@ wsba_hockey/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
130
130
|
wsba_hockey/tools/agg.py,sha256=SYZDykUQFygDfRaazlBMKcfs_1eYP7GTJNpUnNKHH-8,21409
|
131
131
|
wsba_hockey/tools/plotting.py,sha256=81hBaM7tcwUNB4-tovPn7QreOUz6B2NuI_SR4-djVSk,6029
|
132
132
|
wsba_hockey/tools/scraping.py,sha256=y6vvotniMaGS6-bNg0Vct1gUN3gAsKEy5FLXGkgi1w0,45657
|
133
|
-
wsba_hockey/tools/xg_model.py,sha256=
|
133
|
+
wsba_hockey/tools/xg_model.py,sha256=nOr_2RBijLgPmJ0TTs4wbSsORYmRqWCKRjLKDm7sAhI,18342
|
134
134
|
wsba_hockey/tools/archive/old_scraping.py,sha256=hEjMI1RtfeZnf0RBiJFI38oXkLZ3WofeH5xqcF4pzgM,49585
|
135
135
|
wsba_hockey/tools/utils/__init__.py,sha256=vccXhOtzARoR99fmEWU1OEI3qCIdQ9Z42AlRA_BUhrs,114
|
136
136
|
wsba_hockey/tools/utils/config.py,sha256=D3Uk05-YTyrhfReMTTLfNI3HN_rON2uo_CDE9oER3Lg,351
|
137
137
|
wsba_hockey/tools/utils/save_pages.py,sha256=CsyL_0n-b-4pJoUauwU3HpnCO6n69-RlBMJQBd_qGDc,4979
|
138
138
|
wsba_hockey/tools/utils/shared.py,sha256=dH_JwZfia5fib8rksy5sW-mBp0pluBPvw37Vdr8Kap0,14211
|
139
|
-
wsba_hockey-1.1.
|
140
|
-
wsba_hockey-1.1.
|
141
|
-
wsba_hockey-1.1.
|
142
|
-
wsba_hockey-1.1.
|
143
|
-
wsba_hockey-1.1.
|
139
|
+
wsba_hockey-1.1.3.dist-info/licenses/LICENSE,sha256=Nr_Um1Pd5FQJTWWgm7maZArdtYMbDhzXYSwyJIZDGik,1114
|
140
|
+
wsba_hockey-1.1.3.dist-info/METADATA,sha256=pGBQxsZfILi46XgUEfLDk3Q5TEadxe3pJNxCDGFZVpk,3542
|
141
|
+
wsba_hockey-1.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
142
|
+
wsba_hockey-1.1.3.dist-info/top_level.txt,sha256=acU7s3x-RZC1zGiqCOmO0g267iqCg34lzIfdmYxxGmQ,12
|
143
|
+
wsba_hockey-1.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|