Searched defs:train_test_split (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A D_sklearn.py195 from sklearn.cross_validation import train_test_split namespace
212 train_test_split = _train_test_split variable
H A Destimators_test.py31 from tensorflow.contrib.learn.python.learn.estimators._sklearn import train_test_split namespace
171 x_train, x_test, y_train, y_test = train_test_split(

Completed in 158 milliseconds