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

Task2 done #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Task2 done #32

wants to merge 1 commit into from

Conversation

ayushk26
Copy link
Contributor

No description provided.

@Karrthik-Arya
Copy link
Contributor

The algorithm is correctly implemented. However, before performing gradient descent you should also preprocess the dataset by one-hot encoding categorical features and scaling the numerical features such that their mean is 0 and variance is 1(Standard scaling). This can improve the accuracy drastically. Even if you don't do ohe, scaling is still necessary to prevent weights from going to infinity. Also for box plots what we would like to do is make the plots between categorical features against the label that we are trying to predict. This would be better in drawing inferences.

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