Beispiel #1
0
 def svm_model(self):
     return HingeLossSurvivalSVM(solver="cvxopt", alpha=1, max_iter=1000)
Beispiel #2
0
 def svm_model(self):
     return HingeLossSurvivalSVM(solver="cvxpy", alpha=2.)