ramp_database.tools.submission
.set_bagged_scores¶
-
ramp_database.tools.submission.
set_bagged_scores
(session, submission_id, path_predictions)¶ Set the bagged scores in the database.
- Parameters
- session
sqlalchemy.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