This commit is contained in:
Andras Schmelczer 2026-05-26 19:45:13 +01:00
parent c645b0f1d4
commit 39ef5c6646
79 changed files with 5660 additions and 2199 deletions

View file

@ -426,21 +426,6 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
raw: false,
absolute: false,
}),
Feature::Numeric(FeatureConfig {
name: "Education, Skills and Training Score",
bounds: Bounds::Fixed {
min: 0.0,
max: 100.0,
},
step: 1.0,
description: "Education and skills deprivation percentile (higher = less deprived)",
detail: "From the English Indices of Deprivation, converted to a national percentile where 0% is most deprived and 100% is least deprived. Covers school attainment, entry to higher education, adult qualifications, and English language proficiency.",
source: "iod",
prefix: "",
suffix: "%",
raw: true,
absolute: true,
}),
],
},
FeatureGroup {
@ -476,6 +461,21 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
raw: true,
absolute: true,
}),
Feature::Numeric(FeatureConfig {
name: "Education, Skills and Training Score",
bounds: Bounds::Fixed {
min: 0.0,
max: 100.0,
},
step: 1.0,
description: "Education and skills deprivation percentile (higher = less deprived)",
detail: "From the English Indices of Deprivation, converted to a national percentile where 0% is most deprived and 100% is least deprived. Covers school attainment, entry to higher education, adult qualifications, and English language proficiency.",
source: "iod",
prefix: "",
suffix: "%",
raw: true,
absolute: true,
}),
Feature::Numeric(FeatureConfig {
name: "Health Deprivation and Disability Score",
bounds: Bounds::Fixed {