Hello,
I need to predict or forecast the next 2 weeks' hours based on the previous 2 weeks' hours as shown below. How can i achieve this?
| Week of | User | Activity Type | Activity | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
| 4/6/2020 | a | ABC | Training | -- | 2 | 1 | -- | 1 | -- | -- |
| 4/6/2020 | b | ABC | Training | -- | -- | -- | -- | -- | -- | -- |
| 4/6/2020 | c | ABC | Training | -- | 1 | -- | -- | 1 | -- | -- |
| 4/6/2020 | d | def | Example 1 | -- | -- | 4 | 4 | 4 | -- | -- |
| 4/6/2020 | a | def | Example2 | 10 | 10 | 4 | -- | -- | -- | -- |
| 4/6/2020 | b | def | Example 3 | 1 | 1 | 1 | 1 | -- | -- | -- |
| 4/6/2020 | c | def | Example 4 | 5 | 6 | 4.5 | 6 | 5.5 | -- | 2 |
| 4/13/2020 | a | ABC | Training | -- | 4 | 1 | -- | 1 | -- | -- |
| 4/13/2020 | b | abc | Training | -- | -- | -- | -- | -- | -- | -- |
| 4/13/2020 | c | abc | Training | -- | 1 | -- | -- | 1 | -- | -- |
| 4/13/2020 | d | def | Example 1 | -- | -- | 4 | 4 | 3 | -- | -- |
| 4/13/2020 | a | def | Example2 | 7 | 10 | 6 | -- | -- | -- | -- |
| 4/13/2020 | b | def | Example 3 | 1 | 1 | 1 | 1 | -- | -- | -- |
| 4/13/2020 | c | def | Example 4 | 5 | 5 | 5.5 | 6 | 5.5 | -- | 2 |
| 4/20/2020 | a | abc | Training | | | | | | | |
| 4/20/2020 | b | abc | Training | | | | | | | |
| 4/20/2020 | c | abc | Training | | | | | | | |
| 4/20/2020 | d | def | Example 1 | | | | | | | |
| 4/20/2020 | a | def | Example2 | | | | | | | |
| 4/20/2020 | b | def | Example 3 | | | | | | | |
| 4/20/2020 | c | def | Example 4 | | | | | | | |