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

[QUESTION] Using n_frames for Tabular data #262

Open
paulhilders opened this issue Feb 15, 2023 · 2 comments
Open

[QUESTION] Using n_frames for Tabular data #262

paulhilders opened this issue Feb 15, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@paulhilders
Copy link

Hi! The documentation states that the "n_frames" argument for the algorithms is used to enable frame stacking for image observation. I was wondering if the use of n_frames can directly be applied for tabular (vector) data, so that vectors may be stacked, or if n_frames should only be used for image data.

The purpose for using stacking with the vector data would be to incorporate part of the most recent history into the input for the model.

Kind regards.

@paulhilders paulhilders added the enhancement New feature or request label Feb 15, 2023
@takuseno
Copy link
Owner

@paulhilders Hi, currently, this is not supported yet. I'm working on the next major update. In the next version, you can do it with vector arrays.

class FrameStackTransitionPicker(TransitionPickerProtocol):

@paulhilders
Copy link
Author

@takuseno That sounds great! Do you maybe have an ETA for this update? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants