<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Evolutionary Feature Engineering</dc:title>
  <dc:title>R package evoFE version 0.1.0</dc:title>
  <dc:description>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) &lt;doi:10.21105/joss.00861&gt;,
    Ke et al. (2017)
    &lt;https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision-framework&gt;,
    Chen and Guestrin (2016) &lt;doi:10.1145/2939672.2939785&gt;,
    Gagolewski (2021) &lt;doi:10.1016/j.softx.2021.100722&gt;,
    Gagolewski (2026) &lt;doi:10.32614/CRAN.package.lumbermark&gt;, and
    Gagolewski (2026) &lt;doi:10.32614/CRAN.package.deadwood&gt;.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: data.table, lightgbm, xgboost, stats, digest, uwot,
quitefastmst, genieclust</dc:relation>
  <dc:relation>Suggests: RhpcBLASctl, testthat, knitr, rmarkdown, lumbermark, deadwood</dc:relation>
  <dc:creator>Gustavo Pereira &lt;tanopereira@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Gustavo Pereira [aut, cre]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=evoFE/LICENSE)</dc:rights>
  <dc:date>2026-06-09</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=evoFE</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.evoFE</dc:identifier>
</oai_dc:dc>
