Code import - branch release/SIENTIAPDE-1645

This commit is contained in:
2026-08-05 13:53:37 +00:00
commit d481e0acff
116 changed files with 92848 additions and 0 deletions

11
input_dataset.csv Normal file
View File

@@ -0,0 +1,11 @@
timestamp,Counter,Rollout,Square
2026-01-01 00:00:00,1.0,2.0,5.1
2026-01-01 00:01:00,2.0,2.0,5.9
2026-01-01 00:02:00,2.0,3.0,8.3
2026-01-01 00:03:00,3.0,3.0,9.2
2026-01-01 00:04:00,3.0,4.0,10.8
2026-01-01 00:05:00,4.0,4.0,11.7
2026-01-01 00:06:00,4.0,5.0,14.1
2026-01-01 00:07:00,5.0,5.0,15.15
2026-01-01 00:08:00,5.0,6.0,17.2
2026-01-01 00:09:00,6.0,6.0,17.9
1 timestamp Counter Rollout Square
2 2026-01-01 00:00:00 1.0 2.0 5.1
3 2026-01-01 00:01:00 2.0 2.0 5.9
4 2026-01-01 00:02:00 2.0 3.0 8.3
5 2026-01-01 00:03:00 3.0 3.0 9.2
6 2026-01-01 00:04:00 3.0 4.0 10.8
7 2026-01-01 00:05:00 4.0 4.0 11.7
8 2026-01-01 00:06:00 4.0 5.0 14.1
9 2026-01-01 00:07:00 5.0 5.0 15.15
10 2026-01-01 00:08:00 5.0 6.0 17.2
11 2026-01-01 00:09:00 6.0 6.0 17.9