Extract data from dask.Series or dask.DataFrame for predictors. (deprecated)
tf.contrib.learn.extract_dask_data(data)
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.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.learn.extract_dask_data\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/learn/python/learn/learn_io/dask_io.py#L70-L89) |\n\nExtract data from dask.Series or dask.DataFrame for predictors. (deprecated) \n\n tf.contrib.learn.extract_dask_data(\n data\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Please feed input to tf.data to support dask.\n\nGiven a distributed dask.DataFrame or dask.Series containing columns or names\nfor one or more predictors, this operation returns a single dask.DataFrame or\ndask.Series that can be iterated over.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------|----------------------------------------------|\n| `data` | A distributed dask.DataFrame or dask.Series. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| 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. ||\n\n\u003cbr /\u003e"]]