W3cubDocs

/TensorFlow Python

tf.contrib.learn.extract_dask_data

tf.contrib.learn.extract_dask_data(data)

Defined in tensorflow/contrib/learn/python/learn/learn_io/dask_io.py.

See the guide: Learn (contrib) > Input processing

Extract data from dask.Series or dask.DataFrame for predictors. (deprecated)

THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Please feed input to tf.data to support dask.

Given a distributed dask.DataFrame or dask.Series containing columns or names for one or more predictors, this operation returns a single dask.DataFrame or dask.Series that can be iterated over.

Args:

  • data: A distributed dask.DataFrame or dask.Series.

Returns:

A dask.DataFrame or dask.Series that can be iterated over. If the supplied argument is neither a dask.DataFrame nor a dask.Series this operation returns it without modification.

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/learn/extract_dask_data