Skip to content

Commit 1cba8b4

Browse files
committed
Organize Code
0 parents  commit 1cba8b4

File tree

13,013 files changed

+3084429
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,013 files changed

+3084429
-0
lines changed

Diff for: README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Error Injection Framework
2+
Framework for introducing errors in time series. According to two distrbutions that determine error magnitude and frequency.
3+
4+
Applied to assess robustness of two different forecasting methods LSTM and cLSTM
5+
6+
Code of framework inside file ['error.py'](error.py)
7+
8+
## Usage
9+
10+
### For experiments
11+
```
12+
python lstm.py
13+
python clstm.py
14+
```
15+
16+
### For plots and statistics
17+
```
18+
plot.py
19+
```
20+
21+
### Example
22+
!['Example Usage'](./result_plots/Example.png)

0 commit comments

Comments
 (0)