Papers › Performance Prediction Under Dataset Shift

Performance Prediction Under Dataset Shift

21 Jun 2022arXiv:2206.10697archive 2025-07-28

Simona Maggio, Victor Bouvier, Léo Dreyfus-Schmidt

ML models deployed in production often have to face unknown domain changes, fundamentally different from their training settings. Performance prediction models carry out the crucial task of measuring the impact of these changes on model performance. We study the generalization capabilities of various performance prediction models to new domains by learning on generated synthetic perturbations. Empirical validation on a benchmark of ten tabular datasets shows that models based upon state-of-the-art shift detection metrics are not expressive enough to generalize to unseen domains, while Error Predictors bring a consistent improvement in performance prediction under shift. We additionally propose a natural and effortless uncertainty estimation of the predicted accuracy that ensures reliable use of performance predictors. Our implementation is available at https: //github.com/dataiku-research/performance_prediction_under_shift.

PaperPDFCodeCode 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="2206.10697")

Code

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

By repository: official repository: 16 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.

dataiku-research/performance_prediction_under_shift officialmentioned in papertfApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 0 of the 16 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 dataiku-research/performance_prediction_under_shift. “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.

any_other_label dataiku-research/performance_prediction_under_shift/drift_dac/perturbation_shared_utils.py official repository unverified Apache-2.0 (permissive) · 005d05c5fb2709d2 · report
get_X_y dataiku-research/performance_prediction_under_shift/drift_dac_experiments/perf_drop_experiment_utils.py official repository unverified Apache-2.0 (permissive) · 2b7902ac234fdd50 · report
is_integer_feature dataiku-research/performance_prediction_under_shift/drift_dac/features_utils.py official repository unverified Apache-2.0 (permissive) · d13b27c3bade1017 · report
knockout_shift dataiku-research/performance_prediction_under_shift/drift_dac/prior_shift.py official repository unverified Apache-2.0 (permissive) · 8dcd025f2071ff67 · report
only_one_shift dataiku-research/performance_prediction_under_shift/drift_dac/prior_shift.py official repository unverified Apache-2.0 (permissive) · d81e69bf33734e70 · report
prediction_drift dataiku-research/performance_prediction_under_shift/drift_dac/drift_metrics.py official repository unverified Apache-2.0 (permissive) · ae1884f61848e0f1 · report
rebalance_shift dataiku-research/performance_prediction_under_shift/drift_dac/prior_shift.py official repository unverified Apache-2.0 (permissive) · f70c0142ed4deeba · report
resize_dataset dataiku-research/performance_prediction_under_shift/drift_dac_experiments/multi_domain_performance_predictor.py official repository unverified Apache-2.0 (permissive) · 0a325b447708425d · report
retrieve_domain_df dataiku-research/performance_prediction_under_shift/drift_dac_experiments/perf_drop_experiment_utils.py official repository unverified Apache-2.0 (permissive) · cab47f390a020275 · report
sample_random_indices dataiku-research/performance_prediction_under_shift/drift_dac/perturbation_shared_utils.py official repository unverified Apache-2.0 (permissive) · c945e0892ad1b1e4 · report
split_into_domains dataiku-research/performance_prediction_under_shift/drift_dac_experiments/perf_drop_experiment_utils.py official repository unverified Apache-2.0 (permissive) · d18b5cfe530340f2 · report
subsample_feature_shift dataiku-research/performance_prediction_under_shift/drift_dac/covariate_shift.py official repository unverified Apache-2.0 (permissive) · b32f1cda2af5ba27 · report
subsample_joint_shift dataiku-research/performance_prediction_under_shift/drift_dac/covariate_shift.py official repository unverified Apache-2.0 (permissive) · 41370631ad5ffc8a · report
subsample_one_feature_shift dataiku-research/performance_prediction_under_shift/drift_dac/covariate_shift.py official repository unverified Apache-2.0 (permissive) · bbe9076675db4cbe · report
test_chi2 dataiku-research/performance_prediction_under_shift/drift_dac/drift_metrics.py official repository unverified Apache-2.0 (permissive) · 372e7aa065fc8cf5 · report
univariate_drift dataiku-research/performance_prediction_under_shift/drift_dac/drift_metrics.py official repository unverified Apache-2.0 (permissive) · 8b37b6c06ce6a1bf · report

Tasks

Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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