I have the following code
begin=time.time() svc_rbf = SVC(kernel=\'rbf\', gamma=10).fit(tData, cData) end=time.time() elap=end-begin #Reset timer and so that