I hereby claim:
- I am maciejgryka on github.
- I am maciejgryka (https://keybase.io/maciejgryka) on keybase.
- I have a public key ASBITkrO-0N0WYK8l9dFnOsRiewRRR-2FwpZ6K9eBujHgQo
To claim this, I am signing this object:
date | url | num_rejected_jobs | |
---|---|---|---|
2017-03-14 | https://admin.rainforestqa.com/job_groups/3345717 | 2 | |
2017-03-13 | https://admin.rainforestqa.com/job_groups/3339604 | 2 | |
2017-03-07 | https://admin.rainforestqa.com/job_groups/3321651 | 2 | |
2017-03-07 | https://admin.rainforestqa.com/job_groups/3320292 | 1 | |
2017-03-03 | https://admin.rainforestqa.com/job_groups/3304241 | 1 | |
2017-03-02 | https://admin.rainforestqa.com/job_groups/3300886 | 1 | |
2017-03-02 | https://admin.rainforestqa.com/job_groups/3299399 | 2 | |
2017-03-01 | https://admin.rainforestqa.com/job_groups/3297090 | 1 | |
2017-03-01 | https://admin.rainforestqa.com/job_groups/3292223 | 1 |
I hereby claim:
To claim this, I am signing this object:
from __future__ import print_function | |
import time | |
import random | |
from sklearn.feature_extraction import DictVectorizer | |
def get_sample(): | |
return { |
I hereby claim:
To claim this, I am signing this object:
from django.shortcuts import render, redirect | |
from core.forms import StudyForm | |
def study_create(request, template='core/study_form.html'): | |
if request.method == 'POST': | |
form = StudyForm(request.POST) | |
if form.is_valid(): | |
study = form.save() |