You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,9 +25,6 @@ Multi-threading parameter. If ***0*** then uses all available cores for multi-th
25
25
#### validation_ratio (default = 0.2)
26
26
The ratio of training observations to use for validation instead of training. The number of boosting steps is automatically tuned to minimize validation error.
27
27
28
-
#### intercept (default = nan)
29
-
Specifies the intercept term of the model if you want to predict before doing any training. However, when the ***fit*** method is run then the intercept is estimated based on data and whatever was specified as ***intercept*** when instantiating ***APLRRegressor*** gets overwritten.
30
-
31
28
#### bins (default = 300)
32
29
Specifies the maximum number of bins to discretize the data into when searching for the best split. The default value works well according to empirical results. This hyperparameter is intended for reducing computational costs. Must be greater than 1.
if(cols_provided!=number_of_base_terms) throwstd::runtime_error("X must have "+std::to_string(number_of_base_terms) +" columns but "+std::to_string(cols_provided)+" were provided.");
0 commit comments