File size: 1,608 Bytes
ff602e4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | {
"feature_cols": [
"AREA_TYPE",
"WELL_CLASS",
"STTS_TYPE",
"STTS_STATE",
"STTS_FLUID",
"ENVRMT_TYP",
"LAT",
"LONG",
"SRFCE_LAT",
"SRFCE_LONG",
"UTM_ZONE",
"EASTING",
"NORTHING",
"DATA_QUALITY_FLAG",
"fluid_inferred",
"reservoir_play",
"maturity_class",
"well_age_2025",
"artificial_lift",
"porosity_pct",
"permeability_md",
"net_pay_m",
"tvd_m",
"horizontal_length_m",
"reservoir_pressure_init_psi",
"base_oil_potential_bopd",
"base_gas_potential_mmscfd",
"base_water_cut_pct",
"decline_annual_pct",
"year",
"month",
"days_in_month",
"event_code",
"event_factor",
"active_flag",
"production_status",
"oil_rate_bopd",
"gas_rate_mmscfd",
"water_rate_bwpd",
"oil_volume_bbl",
"gas_volume_mscf",
"water_volume_bbl",
"boe_total",
"water_cut_pct",
"uptime_pct",
"shut_in_days",
"reservoir_pressure_psi",
"wellhead_pressure_psi",
"realized_oil_price_usd_bbl",
"realized_gas_price_usd_mscf",
"operating_cost_usd",
"msf_stage_count",
"proppant_ton",
"frac_fluid_bbl",
"anomaly_flag",
"spud_year",
"spud_month",
"oil_to_water_ratio",
"gas_to_oil_ratio",
"pressure_drawdown_proxy",
"cost_per_boe_proxy",
"revenue_per_boe_proxy",
"margin_per_boe_proxy"
],
"id_reference_cols": [
"UWI",
"FIELD_NAME",
"AREA_ID",
"basin_cluster",
"WELL_NAME"
],
"group_col": "basin_cluster",
"target_mode": "synthetic_demo_score",
"run_mode": "FINAL"
} |