Skip to content

Commit 7ff3c6a

Browse files
authored
Fixes: #{6551}
1 parent 884ccfc commit 7ff3c6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

machine_learning/xgboostregressor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def main() -> None:
2222
x_train, x_test, y_train, y_test = train_test_split(
2323
x, y, test_size=0.25, random_state=1
2424
)
25-
2625
# XGBoost Regressor
2726
xgb = XGBRegressor()
2827
xgb.fit(x_train, y_train)

0 commit comments

Comments
 (0)