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

WIP : Long short term memory prediction models for Time series Data #2721

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from

Conversation

Bishalghimire1997
Copy link
Contributor

This Model uses the LSTM (Type of Recurring neural network ) algorithm for predicting the Consumption and Production active power times series data.

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 20.17137% with 2236 lines in your changes missing coverage. Please review.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2721      +/-   ##
=============================================
- Coverage      56.01%   54.91%   -1.09%     
- Complexity      8197     8419     +222     
=============================================
  Files           2103     2182      +79     
  Lines          89017    91818    +2801     
  Branches        6560     6730     +170     
=============================================
+ Hits           49854    50414     +560     
- Misses         37445    39655    +2210     
- Partials        1718     1749      +31     

@parapluplu
Copy link
Contributor

Very interesting and nice pull request! Do you have benchmarks values?

Copy link
Contributor

@pooran-c pooran-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed

* @return a {@link Prediction} object
*/
public static Prediction from(ValueRange valueRange, Interval interval, ZonedDateTime time, Integer... values) {
return from(valueRange, buildMapDuoDecimus(time, values));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interval is not checked here!

* @return a {@link Prediction} object
*/
public static Prediction from(ValueRange valueRange, Interval interval, ZonedDateTime time, Integer... values) {
return from(valueRange, buildMapDuoDecimus(time, values));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to discuss this "duodecimus" thing... it breaks a lot of assumptions (and Javadocs) if we suddenly have 5-minute predictions...

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.

4 participants