-
Notifications
You must be signed in to change notification settings - Fork 66
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
Cross-Validation-from-Scratch #114 #166
Conversation
Not a class type implementation, @Dishita2602 Please add a class type implementation |
Can you please be more clearer ? |
Hey @Dishita2602, |
Issue was not created by me so I was not knowing that you guys are only looking for cross-validation implementation without any libraries. Also I had commented in issue that I am going to use these 4 methods but nobody replied to it. That's why I did PR as per my understanding. |
Hey @Dishita2602, |
Hey @Dishita2602, you willing to complete it? |
This doesn't follow the contributing guidelines mentioned and PR creatrr is inactive. Hence closing this PR |
I have code for 4 methods involved for cross validation.
Leave One Out (Linear Reg)
Leave P Out (Linear Reg)
K fold (Log Reg)
K Stratifiedfold (Log Reg)
Please review it.
(Sorry it's issue #114 )