HomeSort by relevance Sort by last modified time
    Searched refs:model_selection (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/examples/learn/
boston.py 23 from sklearn import model_selection
35 x_train, x_test, y_train, y_test = model_selection.train_test_split(
iris_run_config.py 24 from sklearn import model_selection
34 x_train, x_test, y_train, y_test = model_selection.train_test_split(
hdf5_classification.py 23 from sklearn import model_selection
34 x_train, x_test, y_train, y_test = model_selection.train_test_split(
iris_custom_decay_dnn.py 23 from sklearn import model_selection
73 x_train, x_test, y_train, y_test = model_selection.train_test_split(
iris_custom_model.py 22 from sklearn import model_selection
70 x_train, x_test, y_train, y_test = model_selection.train_test_split(
multiple_gpu.py 26 from sklearn import model_selection
89 x_train, x_test, y_train, y_test = model_selection.train_test_split(

Completed in 73 milliseconds