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

Simplifying the temporalize function #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tamersalama
Copy link

This might be nitpicking, but this PR simplifies the temporalize to return 3-dimensional arrays of (samples x timesteps x features) instead of 4-dimensional arrays of (samples x timesteps x 1 X features). Removing the need to reshape the train/test/valid arrays.

…features) instead of 4-dimensional arrays of (samples x timesteps x 1 X features). Removing the need to reshape the train/test/valid arrays
@cran2367
Copy link
Owner

@tamersalama I agree. Thank you for your comment.

In the revised version this is added. The revision with more additions and refactoring will be published soon.

@tamersalama
Copy link
Author

@cran2367 looking forward to the new release - when is it out?

@cran2367
Copy link
Owner

@tamersalama My book Rare Event Prediction with Deep Learning is releasing in July-2020. It will cover this.

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

Successfully merging this pull request may close these issues.

2 participants