We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792885e commit 64568beCopy full SHA for 64568be
lib/xgboost/regressor.rb
@@ -1,6 +1,6 @@
1
module XGBoost
2
class Regressor < Model
3
- def initialize(n_estimators: 100, objective: "reg:squarederror", importance_type: "gain", **options)
+ def initialize(objective: "reg:squarederror", **options)
4
super
5
end
6
0 commit comments