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 an interface for experimenters to provide final inputs data with a label #27

Closed
TanguySoto opened this issue May 6, 2021 · 2 comments
Assignees
Labels
task Small independent issue
Milestone

Comments

@TanguySoto
Copy link
Collaborator

TanguySoto commented May 6, 2021

This story is part of epic Generalize OrbitAI.

  • give raw OBSW data to experimenters
  • allow experimenters to perform any checks and transformation they want on raw OBSW data
  • allow experimenters to give back transformed OBSW data + associated label
  • make it easy in case we want to allow non-binary classification
@TanguySoto TanguySoto added the story issue constituting an epic label May 6, 2021
@TanguySoto TanguySoto added the enhancement This issue is related to a new feature label May 6, 2021
@georgeslabreche georgeslabreche added this to the July9 milestone May 13, 2021
@georgeslabreche
Copy link
Owner

georgeslabreche commented May 27, 2021

@TanguySoto some note regarding the refactored ML Server:

  1. You no longer need to send it a "train" or "infer" string as part of the command string. It will figure this out on its own based on what mode is set in the properties file.
  2. When sending data input for training or inference, the first four characters of the command string is a numerical value representing the length of the command message, e.g.:
0041 +1 1:1.232 2:2.412 3:2.123 4:5.23223
0031 -1 1:1.232 2:2.412 3:2.123

This is described here but eventually should be documented in the README.

@georgeslabreche
Copy link
Owner

@TanguySoto what do we need to do to get this issue closed?

@georgeslabreche georgeslabreche added task Small independent issue and removed enhancement This issue is related to a new feature story issue constituting an epic labels Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Small independent issue
Projects
None yet
Development

No branches or pull requests

2 participants