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

Function to score a submission #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Function to score a submission #10

wants to merge 6 commits into from

Conversation

mehdidc
Copy link
Contributor

@mehdidc mehdidc commented Apr 28, 2018

This was missing from the last PR. I adapted score_submission from db_tools.py in ramp-backend.
To make the classes in model.y a bit less stateful I put session as an argument in all functions that need it.

Copy link
Contributor

@aboucaud aboucaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this PR @mehdidc.

One point that is not clear to me at this point: when you call the scoring

        submission.compute_test_score_cv_bag(session)

on which machine does the actual computation occur ? The backend or the RAMP server ?

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

Successfully merging this pull request may close these issues.

2 participants