EcoMat Labs is developing a new biodegradable polymer for food packaging and wants to predict its 12-month breakdown rate before running long, expensive field studies. You need to build a regression model that estimates the percentage of mass lost after 12 months under different material formulations and environmental conditions.
You are given historical lab and field trial data from prior biodegradable polymer experiments, including formulation chemistry, processing settings, and exposure conditions.
| Feature Group | Count | Examples |
|---|---|---|
| Polymer composition | 12 | starch_pct, PLA_pct, PHA_pct, plasticizer_pct, additive_type |
| Material properties | 10 | tensile_strength, crystallinity, density, molecular_weight, thickness_mm |
| Processing conditions | 6 | extrusion_temp_c, cooling_rate, curing_time_hr, mold_pressure |
| Environmental exposure | 11 | avg_temp_c, humidity_pct, uv_index, soil_ph, rainfall_mm, microbial_activity_score |
| Trial metadata | 5 | site_region, lab_vs_field, sample_shape, coating_applied, batch_id |
A good solution should achieve MAE below 6 percentage points on a held-out test set and provide enough interpretability for materials scientists to understand which formulation and environmental variables drive degradation.