We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87262e9 commit 8ed1ec5Copy full SHA for 8ed1ec5
machine_learning/xgboost_regressor.py
@@ -1,7 +1,5 @@
1
import numpy as np
2
import pandas as pd
3
-from collections import defaultdict
4
-import math
5
6
class XGBoostRegressor():
7
'''Implementation of XGBoost regressor.
0 commit comments