We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f36e64 commit 25323b4Copy full SHA for 25323b4
charpter12_XGBoost/utils.py
@@ -13,7 +13,6 @@ def feature_split(X, feature_i, threshold):
13
14
return np.array([X_left, X_right])
15
16
-
17
### 计算基尼指数
18
def calculate_gini(y):
19
y = y.tolist()
0 commit comments