The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
srlars
function.srlars()
interface. Replaced robust=TRUE/FALSE with explicit
preprocessing and CV controls (x_preprocess,
y_preprocess, cor_estimator,
cv_preprocess, cv_fit, cv_loss,
cv_folds).X only (no joint
preprocessing of [y, X]).cor_estimator = "wrap"), based on
cellWise::wrap().cv_preprocess = "foldwise") using
cellWise::DDCpredict() and foldwise response
transforms.cv_fit = "huber").cv_fit = "huber" the default.predict.srlars()’s dynamic DDC-cleaning of new
data: object$robust is now set by srlars() (it
was previously always missing, so the DDC-cleaning branch was dead code
and dynamic = TRUE had no effect), and the stale
dummy-response-column augmentation before calling
cellWise::DDCpredict() was removed to match the fact that
x_preprocess = "ddc" is fit on the predictors alone.max_share argument to srlars(): the
maximum number of sub-models (1 to n_models) a given
variable may appear in. Default is 1, reproducing the
original fully-disjoint behavior exactly. When
1 < max_share < n_models, each sub-model’s first
selected variable is forced to be distinct across sub-models, preventing
several sub-models from redundantly duplicating the same strongest
cold-start predictor; sharing is only permitted for variables added
after a sub-model’s first pick. This restriction is lifted entirely at
max_share = n_models (sub-models are then free to become
identical).n_min argument to srlars(): the
minimum number of variables each sub-model is guaranteed to receive
(subject to availability), even if a candidate doesn’t clear the usual
positive-benefit/tolerance requirement. Default is
NULL (no floor, original behavior). Never bypasses the
max_share/diversity pool restrictions – only the CV-benefit
acceptance requirement is relaxed for sub-models below the floor.cv.srlars(): chooses max_share by
(outer) cross-validation and returns the ensemble refit at the
cross-validated optimum. coef() and predict()
work directly on the result via the existing
coef.srlars()/predict.srlars() methods.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.