ramp_database.tools.submission.set_scores¶
- 
ramp_database.tools.submission.set_scores(session, submission_id, path_predictions)¶
- Set the scores in the database. - Parameters
- sessionsqlalchemy.orm.Session
- The session to directly perform the operation on the database. 
- submission_idint
- The id of the submission. 
- path_predictionsstr
- The path where the results files are located. 
 
- session