Home
last modified time | relevance | path

Searched refs:train_test_split (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
D_sklearn.py197 from sklearn.model_selection import train_test_split
214 train_test_split = _train_test_split variable
Destimators_test.py31 from tensorflow.contrib.learn.python.learn.estimators._sklearn import train_test_split
171 x_train, x_test, y_train, y_test = train_test_split(
/external/tensorflow/tensorflow/examples/learn/
Diris_custom_model.py70 x_train, x_test, y_train, y_test = model_selection.train_test_split(
Diris_custom_decay_dnn.py73 x_train, x_test, y_train, y_test = model_selection.train_test_split(
/external/tensorflow/tensorflow/contrib/eager/python/examples/nmt_with_attention/
Dnmt_with_attention.ipynb74 "from sklearn.model_selection import train_test_split\n",
302 …r_train, input_tensor_val, target_tensor_train, target_tensor_val = train_test_split(input_tensor,…