Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new feature request: Allow theanets.recurrent.batches(...) to accept a pandas dataframe #101

Open
kzk2000 opened this issue Oct 2, 2015 · 0 comments
Labels
Milestone

Comments

@kzk2000
Copy link

kzk2000 commented Oct 2, 2015

Goal: Predict multivariate time-series with exogenous variables

Assuming a pandas DataFrame with T rows and M+N columns, where each row t represents one time stamp, M columns represent the corresponding RNN output at time t, and N columns represent the corresponding RNN input at time t.

Ideally, the user can hand the dataframe, or two data frames, say, X (TxN) for the input and y (TxM) for the output, to the theanets API and the API takes care of reformatting it into the required 3 dimensional format required to train RNNs.

@lmjohns3 lmjohns3 added this to the v0.8.0 milestone Dec 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants