Commit ·
e26dc5d
1
Parent(s): c5527b8
sync: engine.py to hf-space (auto-deploy)
Browse files- features/engine.py +1 -1
features/engine.py
CHANGED
|
@@ -6719,7 +6719,7 @@ class NBAFeatureEngine:
|
|
| 6719 |
_transitive59, # opp59_graph_transitive
|
| 6720 |
])
|
| 6721 |
except Exception:
|
| 6722 |
-
row.extend([0.5, 0.5, 0.0, 0.
|
| 6723 |
|
| 6724 |
X.append(row)
|
| 6725 |
y.append(1 if hs > as_ else 0)
|
|
|
|
| 6719 |
_transitive59, # opp59_graph_transitive
|
| 6720 |
])
|
| 6721 |
except Exception:
|
| 6722 |
+
row.extend([0.5, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0])
|
| 6723 |
|
| 6724 |
X.append(row)
|
| 6725 |
y.append(1 if hs > as_ else 0)
|