Skip to content

Commit 8ed1ec5

Browse files
committed
issues TheAlgorithms#8067 Implemented XGBoostRegressor from scratch
1 parent 87262e9 commit 8ed1ec5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

machine_learning/xgboost_regressor.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import numpy as np
22
import pandas as pd
3-
from collections import defaultdict
4-
import math
53

64
class XGBoostRegressor():
75
'''Implementation of XGBoost regressor.

0 commit comments

Comments
 (0)