0% found this document useful (0 votes)
11 views

GHG Prediction Problem Statement

Uploaded by

Khubaib Raza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

GHG Prediction Problem Statement

Uploaded by

Khubaib Raza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Project Name : GHG Emission Prediction

Course Title : Artificial intelligence

Course Code : CIC -201

Group Members:

NAME ROLL.NO

Hashir Ahmed 22FA-069-SE

Syed Muhammad Mehdi 22FA-019-SE

Muhammad Khubaib Raza 22FA-001-SE


GHG Emission Prediction(By Transport)
Abstract:
Greenhouse gas (GHG) emissions from road transport are a critical factor in climate change. Predicting these
emissions accurately is essential for developing strategies to mitigate their impact. This document outlines the
methodologies and approaches used to predict GHG emissions from road transport.

Problem Statement:
Analyze data related to road transport emissions to explore various predictive models and identify the best-
performing one for estimating GHG emissions.

Dataset Information:
The dataset contains various attributes related to road transport, including vehicle types, quantity, and location data.

Variable Description:

Variable Description

original_inventory_sector The sector from which the emissions data originates

start_time The start date of the reporting period for emissions (formatted as MM/DD/YYYY).

end_time The end date of the reporting period for emissions (formatted as MM/DD/YYYY).

temporal_granularity The granularity of the data (e.g., Yearly, Monthly).

gas The type of greenhouse gas being reported (e.g., CO2, N2O, CH4).

emissions_quantity The total quantity of emissions for the specified gas during the reporting period (in
tons).

emissions_factor The emissions factor used to calculate emissions, typically expressed as a ratio or
coefficient.

emissions_factor_units The units of measurement for the emissions factor (e.g., T of gas per VKT).

Capacity The capacity related to the activity being measured (e.g., total distance traveled in
kilometers)
capacity_units The units of measurement for capacity (e.g., km).

activity The type of activity associated with the emissions (e.g., vehicle kilometers traveled).

activity_units The units of measurement for the activity (e.g., vehicle km traveled).

source_name The name of the urban area or source from which the emissions data is reported.

Scope:
 Understand data by performing exploratory data analysis (EDA).
 Train and build predictive models to estimate GHG emissions from road transport.
 Evaluate various model performance metrics and measure the performance of each model.

Learning Outcome:
Students should be able to predict GHG emissions from road transport using classification and regression models.
They should also be capable of performing EDA and refining models to assess any significant changes in predictive
accuracy.

You might also like