Time-series-prediction icon indicating copy to clipboard operation
Time-series-prediction copied to clipboard

tfts: Time Series Deep Learning Models in TensorFlow

Results 15 Time-series-prediction issues
Sort by recently updated
recently updated
newest added

## ❔Question Load the model from the model checkpoint and apply it to new data ; above , you finished it? ## Additional context how can load a model?

enhancement

## ❔Question 我初始化模型: ``` model = AutoModel('seq2seq', custom_model_params={ "rnn_type": "lstm", "bi_direction": False, "rnn_size": 64, "dense_size": 64, "num_stacked_layers": 1, "scheduler_sampling": 0, # teacher forcing "use_attention": False, "attention_sizes": 64, "attention_heads": 2, "attention_dropout":...

question

## ❔Question why informer call a Fullattnetion but not a ProbAttention layer? ## Additional context 为什么probAttention自定义层木有实现呀,还是我木有找到

question

Hi, I use Custom-defined trainer how to corectly load_model via Keras? Thx

question

- TFTS version: 0.0.10 google-colab require pandas==2.0.3 but tfts requires pandas less than 2.0.0. message from google colab output: google-colab 1.0.0 requires pandas==2.0.3, but you have pandas 2.2.2 which is...

bug