Skip to content

Commit 6944c85

Browse files
authored
Update xgboostregressor.py
1 parent 3464ba9 commit 6944c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/xgboostregressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def xgboost(
2626
... 907. , 2.45799458, 40.58 , -124.26]]),np.array([1.114]),
2727
... np.array([[1.97840000e+00, 3.70000000e+01, 4.98858447e+00, 1.03881279e+00,
2828
... 1.14300000e+03, 2.60958904e+00, 3.67800000e+01, -1.19780000e+02]]))
29-
array([[1.1103648]], dtype=float32)
29+
array([[1.1139996]], dtype=float32)
3030
"""
3131
xgb = XGBRegressor(verbosity=0, random_state=42)
3232
xgb.fit(features, target)

0 commit comments

Comments
 (0)