Skip to content

Commit 64568be

Browse files
committed
Improved code [skip ci]
1 parent 792885e commit 64568be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/xgboost/regressor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module XGBoost
22
class Regressor < Model
3-
def initialize(n_estimators: 100, objective: "reg:squarederror", importance_type: "gain", **options)
3+
def initialize(objective: "reg:squarederror", **options)
44
super
55
end
66

0 commit comments

Comments
 (0)