Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applying Various Techniques for Data Cleaning #7 #31

Closed
wants to merge 2 commits into from

Conversation

Dishant-garg
Copy link

Solved issue #7
Label Encoding is used to convert Categorical data into Numeric Data.
Used SimpleImputer to fill Na values in features with the median of the values of that feature and also used SimpleImputer to fill Na values in categorical column with the most frequent feature
Converted the 'year' data type that conveys the age of the wine.
Dropped several features that had extremely low correlation with the target feature with the help of Correlation matrix.

@Dishant-garg
Copy link
Author

@darshbaxi sir pls review the pr

@darshbaxi
Copy link
Contributor

@Dishant-garg The commit message could be improved.

@darshbaxi darshbaxi closed this Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants