-
Notifications
You must be signed in to change notification settings - Fork 4
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
First Demo testing with time series and other features #492
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…also added a really small test function the test_timeseries_creation.py changes: added a new _column_type, the list
there will be an need for an list type I think
…or, which can generate windows for the feature columns and create labels for the target column
converted correctly a Table into a input for a PyTorch Model with the generator this is a very flexible take cause we can load multiple columns into the input and it will automaticly form the Input Tensor for this, cause it has the size window_size*feature_column. This can also be used for not windowed data just set the windowsize to 1 and you can use any numerical column as an input for an nn.(this is the goal it need to be testes way better)
…d RNN Layer and a Model class, which holds a List of layers. There are things for an Layer Interface. will structure and check it more tomorrow
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
…or is fixed tested also the Dataloader and now set for good model implementation
example is finished and works just like the benchmark model
Gerhardsa0
changed the title
481 timeseries class in safe ds std lib
481 timeseries class in safe ds std lib first testing
Dec 5, 2023
Gerhardsa0
changed the title
481 timeseries class in safe ds std lib first testing
First Demo testing with time series and other features
Dec 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.