![]() |
Extracts numpy matrix from pandas DataFrame. (deprecated)
tf.contrib.learn.extract_pandas_matrix(data)
Args:
data
:pandas.DataFrame
containing the data to be extracted.
Returns:
A numpy ndarray
of the DataFrame's values.
![]() |
Extracts numpy matrix from pandas DataFrame. (deprecated)
tf.contrib.learn.extract_pandas_matrix(data)
data
: pandas.DataFrame
containing the data to be extracted.A numpy ndarray
of the DataFrame's values.