Papers › Revisiting Chebyshev Polynomial and Anisotropic RBF Models for Tabular Regression

Revisiting Chebyshev Polynomial and Anisotropic RBF Models for Tabular Regression

25 Feb 2026arXiv:2602.22422added by Syntology

Luciano Gerber, Huw Lloyd

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Smooth-basis models such as Chebyshev polynomial regressors and radial basis function (RBF) networks are well established in numerical analysis. Their continuously differentiable prediction surfaces suit surrogate optimisation, sensitivity analysis, and other settings where the response varies gradually with inputs. Despite these properties, smooth models seldom appear in tabular regression, where tree ensembles dominate. We ask whether they can compete, benchmarking models across 55 regression datasets organised by application domain. We develop an anisotropic RBF network with data-driven centre placement and gradient-based width optimisation, a ridge-regularised Chebyshev polynomial regressor, and a smooth-tree hybrid (Chebyshev model tree); all three are released as scikit-learn-compatible packages. We benchmark these against tree ensembles, a pre-trained transformer, and standard baselines, evaluating accuracy alongside generalisation behaviour. The transformer ranks first on accuracy across a majority of datasets, but its GPU dependence, inference latency, and dataset-size limits constrain deployment in the CPU-based settings common across applied science and industry. Among CPU-viable models, smooth models and tree ensembles are statistically tied on accuracy, but the former tend to exhibit tighter generalisation gaps. We recommend routinely including smooth-basis models in the candidate pool, particularly when downstream use benefits from tighter generalisation and gradually varying predictions.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.22422")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gerberl/poly-erbf-benchmark found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from gerberl/poly-erbf-benchmark. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adjusted_r2 gerberl/poly-erbf-benchmark/perbf/evaluation/metrics.py found in paper text by Syntology unverified MIT (permissive) · e519eeaa38f2191e · report
compute_ranks_and_summary gerberl/poly-erbf-benchmark/making_plots/generate_rank_linedot_plots_04feb26.py found in paper text by Syntology unverified MIT (permissive) · e45f10d15a379cbc · report
dt_factory gerberl/poly-erbf-benchmark/perbf/tuning/optuna_cv.py found in paper text by Syntology unverified MIT (permissive) · c1cc1e0408659375 · report
extract_model_info gerberl/poly-erbf-benchmark/perbf/analysis/model_complexity.py found in paper text by Syntology unverified MIT (permissive) · a512e8881320a33b · report
get_default_params gerberl/poly-erbf-benchmark/perbf/defaults.py found in paper text by Syntology unverified MIT (permissive) · 6c98e0c96c494266 · report
get_eval_cv gerberl/poly-erbf-benchmark/perbf/evaluation/cv.py found in paper text by Syntology unverified MIT (permissive) · 123ff938e3796f00 · report
linedotplot gerberl/poly-erbf-benchmark/making_plots/generate_rank_linedot_plots_04feb26.py found in paper text by Syntology unverified MIT (permissive) · 46489d599ed1d889 · report
llfrr gerberl/poly-erbf-benchmark/perbf/analysis/discontinuity_smoothness.py found in paper text by Syntology unverified MIT (permissive) · f86f522ffa020d53 · report
llqd_distribution gerberl/poly-erbf-benchmark/perbf/analysis/discontinuity_smoothness.py found in paper text by Syntology unverified MIT (permissive) · fc36bbb563953726 · report
mae gerberl/poly-erbf-benchmark/perbf/evaluation/metrics.py found in paper text by Syntology unverified MIT (permissive) · c859d072a2ab4fd7 · report
make_rank_plot gerberl/poly-erbf-benchmark/making_plots/generate_rank_linedot_plots_04feb26.py found in paper text by Syntology unverified MIT (permissive) · c1bfc95ed2e8eafc · report
ntj_stats gerberl/poly-erbf-benchmark/perbf/analysis/discontinuity_smoothness.py found in paper text by Syntology unverified MIT (permissive) · 5a46c2913eaef735 · report
preprocess_fold gerberl/poly-erbf-benchmark/perbf/preprocessing/fold_preprocessor.py found in paper text by Syntology unverified MIT (permissive) · e896be1606d3e09c · report
quick_smoothness_check gerberl/poly-erbf-benchmark/perbf/analysis/model_recommender.py found in paper text by Syntology unverified MIT (permissive) · b19c6838d02bb2ac · report
recommend_model_family gerberl/poly-erbf-benchmark/perbf/analysis/model_recommender.py found in paper text by Syntology unverified MIT (permissive) · 308b4e7ee8d568b8 · report
rf_factory gerberl/poly-erbf-benchmark/perbf/tuning/optuna_cv.py found in paper text by Syntology unverified MIT (permissive) · 384ccbca8697cf19 · report
ridge_factory gerberl/poly-erbf-benchmark/perbf/tuning/optuna_cv.py found in paper text by Syntology unverified MIT (permissive) · cd0a6786665a81d1 · report
rmse gerberl/poly-erbf-benchmark/perbf/evaluation/metrics.py found in paper text by Syntology unverified MIT (permissive) · 4460afc8e6239c5b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.22422, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections