ramp_database.tools.submission.get_scores¶
- 
ramp_database.tools.submission.get_scores(session, submission_id)¶
- Get the scores for each fold of a submission. - Parameters
- sessionsqlalchemy.orm.Session
- The session to directly perform the operation on the database. 
- submission_idint
- The id of the submission. 
 
- session
- Returns
- scorespd.DataFrame
- A pandas dataframe containing the scores of each fold.