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

Problem section in Preprocess #167

Open
kripanshu opened this issue Aug 23, 2018 · 1 comment
Open

Problem section in Preprocess #167

kripanshu opened this issue Aug 23, 2018 · 1 comment
Assignees

Comments

@kripanshu
Copy link
Contributor

kripanshu commented Aug 23, 2018

Current work is given by @vjdorazio
The problem section needs to be added by the user to the preprocess file.

  • The API to add problem section/ update problem section.
  • The versioning done according to user

Sample request to API
{ "preprocessId":1, "version":1, "problems":{ "problem1":{ "description":{"problem_id":"problem1","system":"auto","meaningful":"no","target":"Hits","predictors":["At_bats","Runs","Doubles"],"transform":0,"subsetObs":0,"subsetFeats":0,"task":"regression","rating":3,"description":"Hits is predicted by At_bats and Runs and Doubles","metric":"meanSquaredError"}, "results":{} }, "problem2":{ "description":{"problem_id":"problem2","system":"auto","meaningful":"no","target":"Triple","predictors":["At_bats","Runs","Doubles"],"transform":0,"subsetObs":0,"subsetFeats":0,"task":"regression","rating":3,"description":"Triples is predicted by At_bats and Runs and Doubles","metric":"meanSquaredError"}, "results":{} } } }

@kripanshu kripanshu self-assigned this Aug 23, 2018
@kripanshu
Copy link
Contributor Author

kripanshu commented Aug 23, 2018

@vjdorazio I have written the API to perform the problem section input.
You can check by cloning problems-section branch

kripanshu added a commit that referenced this issue Aug 23, 2018
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