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

Apply premature stopping features to iterative algorithms. #4106

Open
geektoni opened this issue Jan 23, 2018 · 1 comment
Open

Apply premature stopping features to iterative algorithms. #4106

geektoni opened this issue Jan 23, 2018 · 1 comment

Comments

@geektoni
Copy link
Contributor

This is a good entrance task for GSoC's students who want to tackle the Inside that black box project. This issue is good also to understand how Shogun's internals works and how we generate the cookbook.

First of all, take an algorithm which is trained iteratively (for example, CPerceptron) and do the following:

  • Propose/Discuss which are the suitable actions that can be performed when pausing/stopping the model (what are the information we want to show to the user, etc.);
  • Implement the corresponding methods (on_pause(), on_complete(), on_next());
  • Add a meta example which shows these new features such that a prospective user can see how premature stopping works;

These changes ideally should be done in separate PRs. See also the links below for some detailed information about how the premature stopping architecture is structured:

@prashanthduvvada
Copy link
Contributor

Will take up the issue

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

3 participants