Fixed a bug that caused formation of unnecessarily complex interaction terms.
1.10.1
Fixed bug that sometimes formed unnecessarily complex interaction terms.
1.10.0
An optional argument, prioritized_predictors_indexes, can be passed to the fit method. It specifies the indexes of predictors (columns) in X that should be prioritized. Terms of the prioritized predictors will enter the model as long as they reduce the training error and do not contain too few effective observations. They will also be updated more often.
1.9.0
Improved naming of terms so that it is easier to interpret interaction terms.
1.8.5
Fixed small bug related to intercept_steps. The field previously showed correct values except when the link_function was "log" in which case it showed scaled values. This bug had no impact on model terms or predictions.
1.8.4
Reverted intercept estimation methodology to the one in 1.8.0 as it turned out to work slightly better after all.