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

Is there a GridSearch or something to programmatically optimize classifier's parameters? #23

Closed
owlmsj opened this issue Apr 1, 2015 · 4 comments

Comments

@owlmsj
Copy link

owlmsj commented Apr 1, 2015

I am looking for optimize an online classifier. Is there some example?

Thanks!

@haifengl
Copy link
Owner

haifengl commented Apr 1, 2015

Do you mean searching the optimal hyper parameter by stepping through an interval? We don't have that.

@owlmsj
Copy link
Author

owlmsj commented Apr 1, 2015

Yes. Okay!

@haifengl
Copy link
Owner

haifengl commented Apr 1, 2015

With Java 8 or Scala, it should be quite easy to do things like that. Libsvm has a little tool in python for that purpose.

@owlmsj
Copy link
Author

owlmsj commented Apr 1, 2015

I know. This is not an issue, just a question! Closing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants