Skip to content
OpenTrain AIFor AI Companies

Learning concise representations for regression by evolving networks of trees

William La Cava, Tilak Raj Singh, James Taggart, Srinivas Suri, Jason H. MoorePublished Jul 3, 2018
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few hours
Fast first run
Risk flags
0
None detected

Abstract

Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.

We propose and study a method for learning interpretable representations for the task of regression. Features are represented as networks of multi-type expression trees comprised of activation functions common in neural networks in addition to other elementary functions. Differentiable features are trained via gradient descent, and the performance of features in a linear model is used to weight the rate of change among subcomponents of each representation. The search process maintains an archive of representations with accuracy-complexity trade-offs to assist in generalization and interpretation. We compare several stochastic optimization approaches within this framework. We benchmark these variants on 100 open-source regression problems in comparison to state-of-the-art machine learning approaches. Our main finding is that this approach produces the highest average test scores across problems while producing representations that are orders of magnitude smaller than the next best performing method (gradient boosting). We also report a negative result in which attempts to directly optimize the disentanglement of the representation result in more highly correlated features.

Results and benchmarks

Freshness tier: cold
We propose and study a method for learning interpretable representations for the task of regression.

Implementation

Best maintained implementation now

Recommended
Confidence: High
Reproducibility: Strong

A feature engineering automation tool for learning data representations

37 stars · 15 forks · Last push Mar 7, 2025 · GPL-3.0 license

  • License
  • CI
  • Dependencies
  • Docker

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata · Strong overlap with paper title keywords

Why this implementation
Confidence: high

lacava/feat is the strongest maintained implementation based on ranking signals. CI workflows are present. License is declared (GPL-3.0).

Open lacava/feat
Reproduction risks
  • No repository-level red flags were detected, but paper-specific preprocessing and hyperparameter details may still be under-specified.
  • Selected lacava/feat as the strongest maintained implementation for new work.
  • Includes CI workflow signals.
  • Includes dependency/environment manifest signals.
  • Repository activity is within the last 24 months.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

lacava/feat
best maintained
Maintenance
Stale
Confidence
High
Reproducibility
Strong
Stars
37
Last push
Mar 7, 2025 (536d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No Docker setup
lacava/iclr_2019
alternative
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
1
Last push
Mar 22, 2019 (2713d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
by1tTZ4IsQkAO80F/iclr_2019
historical official
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
1
Last push
Mar 22, 2019 (2713d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases

Reproduction readiness

Time to first repro: hours
Last checked: Aug 25, 2026

Setup required

Dependencies pinned, manual setup needed

  • lacava/feat has environment.yml but requires manual environment setup.
  • Last push was 536 days ago, so expect possible dependency version conflicts.
  • No Dockerfile, so you will set up the environment manually.
Open lacava/feat

Quick start

git clone https://github.com/lacava/feat.git
conda env create -f environment.yml && conda activate <env-name>

Framework baselines

Repositories and ecosystem

Official

  • lacava/iclr_2019
    Confidence: High

    lacava/iclr_2019

    1 stars · 3 forks · Last push Mar 22, 2019

Community

No additional community repositories detected yet.

Hugging Face artifacts

No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.

Datasets

No trustworthy datasets matches right now.

Search datasets on Hugging Face

Spaces

No trustworthy spaces matches right now.

Search spaces on Hugging Face

Research context

Tasks

None detected

Methods

Stochastic optimization

Domains

None detected

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Jump to Paper2Code search queries derived from this paper's research context.

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).