Skip to content

ndabdulsalaam/Faulty_Air_Quality_Sensor_Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faulty-Air-Quality_Sensor_Challenge

Overview

Developed a multi-class classification model to identify and classify faults according to their categories specified. The model can be used by AirQo to automatically flag a device that is returning faulty data.

About the data

The datasets used are into three categories

  • Train.csv: This is the dataset that was used to train the model, it contains the target.
  • Test.csv: This is the dataset on which the model was applied to, it resembles Train.csv but without the target column.
  • This shows the submission format for the competition, with the ‘ID’ column mirroring that of Test.csv and the ‘Signal’ column containing the model predictions. The order of the rows does not matter, but the names of the ‘ID’ must be correct.

Algorithms Used

  • RandomForestClassifier
  • CatBoostRegressor

Acknowledgment

About

Developed a multi-class classification model to identify and classify faults according to specified categories. The model can be used to flag a device returning faulty data automatically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors