TwoRavens / raven-metadata-service

service to produce TwoRavens metadata
Apache License 2.0
0 stars 0 forks source link

Problem section in Preprocess #167

Open kripanshu opened 6 years ago

kripanshu commented 6 years ago

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

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 commented 6 years ago

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