SQLMIGRATION flask design thread date
This commit is contained in:
@@ -102,7 +102,7 @@ def get_pipe(p=b"pipe1",k=b"answered"):
|
||||
|
||||
def test_pipe(pp,k):
|
||||
tt= get_training_threads(k)
|
||||
X_train,X_test,y_train,y_test=train_test_split(tt[0],tt[1],test_size=0.2)
|
||||
X_train,X_test,y_train,y_test=train_test_split(tt[0],tt[1],test_size=0.4)
|
||||
if type(pp) is list:
|
||||
for p in pp:
|
||||
print "pipe: %s" % p
|
||||
|
||||
Reference in New Issue
Block a user