MSTC-DA-IICT / Hacktoberfest23-Delve-into-ML

A Data Science and Machine Learning repository to promote open source contribution for Hacktoberfest 2023.
2 stars 3 forks source link

Data Preprocessing #2

Open venilv912 opened 11 months ago

venilv912 commented 11 months ago

The Dataset of the Gujarat's AQI data is provided in the Data Preprocessing folder.

Objective

Give the numerical representation of the categorial data such that it can be used for Classification of whether the 'Type of Location' of the AQI data is 'Industrial Area' or 'Residential, Rural and other Areas'.

Tasks

Contributors are expected to submit pull requests which satisfies needs of each task. And also the objective of the issue, which is to transform the categorial data columns into numerical such that it can be used for classification problem of determining whether the 'Type of Location' of the AQI data is 'Industrial Area' or 'Residential, Rural and other Areas'.

The task has to be done in file Preprocessing.ipynb, which is a jupyter notebook provided in the Data Preprocessing folder.

The code should be well commented explaining the reason behind steps where necessary.

sidd-27 commented 11 months ago

Can I work on this issue?

Aayush121202 commented 11 months ago

I can work on this.

venilv912 commented 11 months ago

@Aayush121202 Yes, you may work on this issue.

venilv912 commented 10 months ago

@sidd-27 @Aayush121202 are you still working on this issue?