-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 with multiclass SVM #80
Comments
Hi @ilame , Your suggestion to add k-fold cross validation is a good one, and I should add this. I put this under 'enhancements' and will spend some time in the next few weeks adding this to the multiclass SVM. If you wanted, you could manually split the dataset into k-random splits and run the model k times. I'll work on incorporating scikit-learn's k fold cross validation preprocessing into it. These past two months have been really busy for me and I won't get any more free time until early July. Thanks! |
Hi @nfmcclure
|
Hi @nfmcclure <https://github.com/nfmcclure>
Any news about the enhancement?
Kind Regards
…On Sun, Jun 25, 2017 at 12:31 AM, Nick ***@***.***> wrote:
Hi @ilame <https://github.com/ilame> , Your suggestion to add k-fold
cross validation is a good one, and I should add this. I put this under
'enhancements' and will spend some time in the next few weeks adding this
to the multiclass SVM.
If you wanted, you could manually split the dataset into k-random splits
and run the model k times. I'll work on incorporating scikit-learn's k fold
cross validation preprocessing into it.
These past two months have been really busy for me and I won't get any
more free time until early July.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJIDznWxIEvKTDaEcELm-7AU-0j_J99vks5sHZw1gaJpZM4N4gwP>
.
|
Hi @ilame , sorry for the delay. I'm currently wrapped up in rewriting the book for a version 2. I'll get around to the enhancements (like this one) at the start of October. |
Hi Nick,
Thank you for remembering the issue.
I am still interested in testing the algorithm with Tendorflow using cross
validation
I would be grateful if you let me know when it is done.
Kind Regards
Ilham
…On Mon, 20 Aug 2018 at 17:32, Nick ***@***.***> wrote:
Hi @ilame <https://github.com/ilame> , sorry for the delay. I'm currently
wrapped up in rewriting the book for a version 2. I'll get around to the
enhancements (like this one) at the start of October.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJIDzmADyj1vUMMGsfILkUgy0EnWdkyMks5uSuSwgaJpZM4N4gwP>
.
|
Hi,
I have adapted the code of multiclass SVM to my dataset, it is working well, however I don't know how to use k-fold cross validation in the training loop. Any help or guidance would be very appreciated. Thanks
The text was updated successfully, but these errors were encountered: