Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Allow pandas.DataFrame data types #36

Merged
merged 7 commits into from
Dec 14, 2015
Merged

Allow pandas.DataFrame data types #36

merged 7 commits into from
Dec 14, 2015

Conversation

terrytangyuan
Copy link
Member

In the future, we may want to allow wider range of data types but this one is very common and should be a good start.

@@ -28,7 +28,7 @@
from skflow.trainer import TensorFlowTrainer
from skflow import models, data_feeder
from skflow import preprocessing

from skflow.io.pandas_io import *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about just from skflow.io import * ? also do we want to just drop everything in skflow namespace? maybe instead from skflow import io?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am changing it to from skflow.io import *, feel free to change it later to something else.

@terrytangyuan
Copy link
Member Author

@ilblackdragon Fixed!

ilblackdragon added a commit that referenced this pull request Dec 14, 2015
Allow pandas.DataFrame data types
@ilblackdragon ilblackdragon merged commit 9cfbd7b into tensorflow:master Dec 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants