Update README.md
Browse files
README.md
CHANGED
@@ -69,15 +69,16 @@ to get more accurate forecasts.**
|
|
69 |
|
70 |
The current release supports multivariate forecasting via both channel independence and channel-mixing approaches.
|
71 |
Decoder Channel-Mixing can be enabled during fine-tuning for capturing strong channel-correlation patterns across
|
72 |
-
time-series variates, critical capability lacking in existing counterparts.
|
73 |
|
74 |
In addition, TTM also supports exogenous infusion and categorical data which is not released as part of this version.
|
75 |
Stay tuned for these extended features.
|
76 |
|
77 |
## Recommended Use
|
78 |
-
1. Users have to standard scale their data before feeding it to the model (Refer to TSP, our data processing utility for data scaling.)
|
79 |
2. Enabling any upsampling or prepending zeros to virtually increase the context length is not recommended and will
|
80 |
impact the model performance.
|
|
|
81 |
|
82 |
### Model Sources [optional]
|
83 |
|
|
|
69 |
|
70 |
The current release supports multivariate forecasting via both channel independence and channel-mixing approaches.
|
71 |
Decoder Channel-Mixing can be enabled during fine-tuning for capturing strong channel-correlation patterns across
|
72 |
+
time-series variates, a critical capability lacking in existing counterparts.
|
73 |
|
74 |
In addition, TTM also supports exogenous infusion and categorical data which is not released as part of this version.
|
75 |
Stay tuned for these extended features.
|
76 |
|
77 |
## Recommended Use
|
78 |
+
1. Users have to externally standard scale their data before feeding it to the model (Refer to TSP, our data processing utility for data scaling.)
|
79 |
2. Enabling any upsampling or prepending zeros to virtually increase the context length is not recommended and will
|
80 |
impact the model performance.
|
81 |
+
|
82 |
|
83 |
### Model Sources [optional]
|
84 |
|