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

Define functional relation between Job and worker #2

Open
zephyr1999 opened this issue Feb 25, 2016 · 0 comments
Open

Define functional relation between Job and worker #2

zephyr1999 opened this issue Feb 25, 2016 · 0 comments
Assignees

Comments

@zephyr1999
Copy link

Worker should manage:

  • input and output of data
  • model training with job
  • classification with job
  • other functions as needed (training cycles, ect)

And Job should provide functions:

  • training(**kwargs) where kwargs is a dictionary of named arguments and values
  • run classifier(iterator, stop_condition) where the iterator is "live", i.e. can be modified and added to while its being iterated over. It should be message objects and stop condition can be changed in real time by the worker. This should return another iterator of classified message objects.
@zephyr1999 zephyr1999 self-assigned this Feb 29, 2016
zephyr1999 pushed a commit that referenced this issue Feb 29, 2016
…imentations for TT data, issue #3. Updated message object as per issue #1 @cegme check that out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant