Package: evoFE 0.1.0
evoFE: Evolutionary Feature Engineering
Automates feature engineering using evolutionary algorithms inspired by genetic programming. Starting from raw input features, the package evolves candidate transformation recipes through selection, crossover, and mutation, evaluating fitness via cross-validation or train/validation splits with gradient-boosted tree models ('LightGBM' or 'XGBoost'). Built-in transformers include arithmetic, logarithmic, and power operations, interaction terms, target encoding, quantile and log-based binning, principal component analysis, truncated singular value decomposition, Uniform Manifold Approximation and Projection (UMAP) dimensionality reduction, and minimum spanning tree (MST) graph-based clustering. The evolutionary search yields an optimised feature recipe that can be applied to new data for prediction. Methods are described in McInnes et al. (2018) <doi:10.21105/joss.00861>, Ke et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision-framework>, Chen and Guestrin (2016) <doi:10.1145/2939672.2939785>, Gagolewski (2021) <doi:10.1016/j.softx.2021.100722>, Gagolewski (2026) <doi:10.32614/CRAN.package.lumbermark>, and Gagolewski (2026) <doi:10.32614/CRAN.package.deadwood>.
Authors:
evoFE_0.1.0.tar.gz
evoFE_0.1.0.tar.gz(r-4.7-any)evoFE_0.1.0.tar.gz(r-4.6-any)
evoFE_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
evoFE/json (API)
| # Install 'evoFE' in R: |
| install.packages('evoFE', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:3657a95330. Checks:4 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 155 | ||
| source / vignettes | OK | 244 | ||
| linux-release-x86_64 | OK | 156 | ||
| wasm-release | OK | 128 |
Exports:apply_geneapply_individualcreate_genecreate_individualcreate_transformercrossoverevaluate_fitnessevo_transformersevolve_featuresgene_to_formulagene_to_state_formulaindividual_to_recipe_stringinitialize_populationmutatepredict_modelunion_crossover
Dependencies:BHdata.tabledeadwooddigestdqrngFNNgenieclustirlbajsonlitelatticelightgbmMatrixquitefastmstR6RcppRcppAnnoyRcppEigenRcppProgressRSpectrasitmouwotxgboost
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Apply a single gene to a dataset | apply_gene |
| Apply an entire individual's recipe to data | apply_individual |
| Create a single gene | create_gene |
| Create an individual | create_individual |
| Create a transformer definition | create_transformer |
| Crossover two individuals | crossover |
| Evaluate the fitness of an individual | evaluate_fitness |
| Built-in feature transformers | evo_transformers |
| Run evolutionary feature engineering | evolve_features |
| Convert a gene to a formula string | gene_to_formula |
| Convert a gene to a formula string for state caching (ignoring component index) | gene_to_state_formula |
| Convert an individual to a recipe string of formulas | individual_to_recipe_string |
| Initialize a population | initialize_population |
| Mutate an individual | mutate |
| Predict target values using the fully evolved model | predict_model |
| Apply feature engineering recipe to new data | predict.evo_recipe |
| Union Crossover of two individuals | union_crossover |
