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

create dataframe format after tabularize_univariate_datetime #1232

Open
1 task done
Kevin-Chen0 opened this issue Mar 26, 2023 · 0 comments
Open
1 task done

create dataframe format after tabularize_univariate_datetime #1232

Kevin-Chen0 opened this issue Mar 26, 2023 · 0 comments
Assignees
Labels
feature request Feature to be added, think of it as your feature wishlist

Comments

@Kevin-Chen0
Copy link
Collaborator

Kevin-Chen0 commented Mar 26, 2023

Prerequisites

Is your feature request related to a problem? Please describe.

In the neuralprophet.time_dataset.tabularize_univariate_datetime() method (see test_time_dataset() example of how it's used), it outputs inputs (a dict of keys time and lags) and targets (an ndarray of dim n_rows and n_timesteps). This by itself is not easy to be used.

Describe the solution you'd like

Combine inputs and targets into a dataframe, which is just the original time-series but tabularized. For example, the AIR_FILE is an univariate time-series that only contains ds and y. After tabularization with only n_lags=3, I expect the output to be a dataframe with only the columns ds, y, y-1, y-2, y-3. Using the values from the original time-series without any traces of normalization, standardization, or any other transformations.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@Kevin-Chen0 Kevin-Chen0 added the feature request Feature to be added, think of it as your feature wishlist label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature to be added, think of it as your feature wishlist
Projects
None yet
Development

No branches or pull requests

2 participants