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.
holdout_frac): With
evaluation_strategy = "cv", a stratified fraction of rows
is excluded from the entire search and scored once after evolution. The
result is reported as holdout_fitness and a new
search_gap diagnostic (holdout minus validation score) on
the evo_recipe object and in summary(), making
search-level overfitting visible.cv_strategy): New options "time"
(contiguous chronological blocks ordered by time_col, so
validation always lies in the future of training) and
"group" (all rows of a group_col entity stay
in one fold, balanced greedy assignment) alongside the default
"random".multi_fidelity,
mf_sample_frac, mf_warmup_frac):
Optional cost reduction in which warm-up generations screen individuals
on row-subsampled folds; the most promising half is re-evaluated at full
fidelity before any selection decision, keeping fitness comparisons
apples-to-apples.date_diff: Signed
difference in days between two datetime columns.mbo_infill_opt = "ea" option is deprecated and
ignored with a warning. The emoa package is no longer
needed.mlrMBO /
ParamHelpers / smoof / lhs to
mlr3mbo / paradox / bbotk. The
public API (make_tunable(), lightgbm_mbo,
xgboost_mbo) remains fully unchanged.mlr, randomForest,
DiceKriging, and emoa from Suggested
dependencies. The manual Kriging-to-RandomForest surrogate fallback has
been replaced by mlr3mbo’s transparent internal surrogate
management.Imports from 12 to
11.evolve_features() via parameters islands,
migration_interval, migration_rate, and
gene_migration_prob.
migration_rate.pop_size to prevent runaway expansion.min_active floor if all genes are pruned during
evaluation.(Cache Hit) prints for centroid distance components to
reduce console verbosity.allow_writing_files = FALSE and redirecting any diagnostic
files to tempdir().-Inf fitness error by passing
allow_prune to evaluate_fitness for pooled
features.NA handling in quantile binning.[Cache Hit] printing from
evaluate_pop.is_logits flag in xgboost custom metric
evaluation and aligned implementation.xgb_feval: XGBoost custom_metric
always receives raw logits, set is_logits=TRUE
unconditionally.p (power transform) and
q (groupby_quantile) parameters were missing from mutation
logic and are now actively mutated.data.table::copy() calls..cluster_prep_x() and
.cluster_knn_apply() to safely handle edge-case
configurations like vector-valued option inputs and NA distance
matrices.min_child_weight=20 to match
LightGBM min_data_in_leaf and prevent overconfident
predictions.seed parameter and set.seed()
calls inside package code for CRAN compliance.split_ids: length check,
label validation, and automatic evaluation_strategy
switching to "split".split_ids) in the evolution header..cluster_prep_x() deduplication using
duplicated() instead of data.table grouping
for improved performance.NA/NaN
in TS-refinement log-likelihood calculations.globalVariables() declarations for
data.table NSE symbols to eliminate R CMD check NOTEs.n_neighbors (Poisson mean 15) and
dens_scale (uniform [0,1]) parameters into the UMAP
transformer.gene_to_state_formula to include all
configuration parameters in the cache key to prevent collision.split_ids documentation with usage
examples.allowed_transformers parameter documentation to
mutate() and initialize_population().@param datetime_cols documentation in
create_individual() and
initialize_population().?evoFE outlining all package options
(evoFE.redundancy_cor_threshold,
evoFE.importance_threshold,
evoFE.max_clustering_size, evoFE.threads, and
evoFE.verbose).\donttest{} @examples blocks to the
internal-but-exported functions: create_individual(),
mutate(), crossover(), and
tournament_select().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.