co2_params

Functions and constants to define the co2_params selector.

Functions

metric_calibration_status Metric for the calibration_status.

Dispatchers

dsp Calculates fuel consumptions.
name = 'co2_params'

Model name.

models = ['co2_params_calibrated', 'calibration_status', 'initial_friction_params', 'engine_idle_fuel_consumption', 'kco2_wltp_correction_factor']

Parameters that constitute the model.

inputs = ['co2_emissions_model']

Inputs required to run the model.

outputs = ['co2_emissions', 'calibration_status']

Relevant outputs of the model.

targets = ['identified_co2_emissions', 'calibration_status']

Targets to compare the outputs of the model.

weights = {'calibration_status': None, 'identified_co2_emissions': 1}

Weights coefficients to compute the model score.

metrics = {'calibration_status': <function metric_calibration_status>, 'identified_co2_emissions': <function mae>}

Metrics to compare outputs with targets.

up_limit = {'identified_co2_emissions': 0.5}

Upper score limits to raise the warnings.