Results 3 comments of kiran A

I think in clairvoyant/clairvoyant/engine.py in line 16 ```python def __init__(self, **kwargs): self.kwargs = kwargs self.svc = SVC(probability=True, **kwargs) ``` position of `**kwargs` should be first and then `probability=True` like this...

yes, I tried increasing the value, ```python # Simple heuristic if sorted_means[0]/sorted_means[1] > .9: return None ``` if the single question has multiple marks it compares with alternatives and chooses...