Home
last modified time | relevance | path

Searched refs:_train_test_split (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddebug_test.py52 def _train_test_split(features_and_labels): function
88 test_labels) = _train_test_split(
106 test_labels) = _train_test_split(
123 train_labels), (test_features, test_labels) = _train_test_split(
142 test_labels) = _train_test_split(
165 test_labels) = _train_test_split(
186 train_labels), (test_features, test_labels) = _train_test_split(
602 test_labels) = _train_test_split(
D_sklearn.py170 def _train_test_split(*args, **options): function
214 train_test_split = _train_test_split