- 21 Aug, 2024 1 commit
-
-
Nabiz authored
Switching off some printing output and testing if the loop is redundanct for plot_with_markers() function
-
- 20 Aug, 2024 2 commits
- 14 Aug, 2024 3 commits
- 13 Aug, 2024 1 commit
-
-
Nabiz authored
-
- 09 Aug, 2024 2 commits
- 08 Aug, 2024 5 commits
- 02 Aug, 2024 2 commits
- 01 Aug, 2024 4 commits
- 31 Jul, 2024 5 commits
-
-
Nabiz authored
-
Nabiz authored
-
Nabiz authored
-
Nabiz authored
The same code but with time split posterior to normalization to avoid biases and jumps between train and test sets
-
Nabiz authored
Old code with now reduced norms of 2 and increased sampling of 7. Bug is where train and test are separately normalized, which can lead to biases and jumps. This is addressed in the 927*lstm_time code, where it tries to first construct normalized series and then split the data in order to avoid jumps. Issue is still with the time split component, that does not work. Therefore this code is a test reference if the other 927_time code does not work.
-
- 29 Jul, 2024 1 commit
-
-
Nabiz authored
-
- 26 Jul, 2024 1 commit
-
-
Nabiz authored
Debugging all NaN and adding plotting directories. In this test version if everything works for 9 var 2 Norms and 6 regions
-
- 23 Jul, 2024 1 commit
-
-
Nabiz authored
-
- 22 Jul, 2024 3 commits
- 15 Jul, 2024 2 commits
- 11 Jul, 2024 2 commits
- 09 Jul, 2024 1 commit
-
-
Nabiz authored
Tested different norms, and the k_scaled is the best. Trying to implement now with 9 variables using classes. Also next step to use class for ARIMA and LSTM. LSTM did not work so far...
-
- 08 Jul, 2024 3 commits
- 03 Jul, 2024 1 commit
-
-
Nabiz authored
The LAG1 now with additional variables of Zooplanktons and Surface Incoming Radtion resluting in 9 Variables. Also some part of TimeseriesGenerator as class and functions to be implemented then fully in the Python general code together with Sampling Module
-