mirror of
https://github.com/wassname/DeepTime.git
synced 2026-06-27 17:28:39 +08:00
update README and add license headers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# DeepTIMe: Deep Time-Index Meta-Learning for Non-stationary Forecasting
|
||||
# DeepTIMe: Deep Time-Index Meta-Learning for Non-Stationary Time-Series Forecasting
|
||||
|
||||
<p align="center">
|
||||
<img src=".\pics\deeptime.png" width = "700" alt="" align=center />
|
||||
@@ -84,4 +84,13 @@ authors for open-sourcing their work.
|
||||
|
||||
* https://github.com/ElementAI/N-BEATS
|
||||
* https://github.com/zhouhaoyi/Informer2020
|
||||
* https://github.com/thuml/Autoformer
|
||||
* https://github.com/thuml/Autoformer
|
||||
|
||||
## Citation
|
||||
|
||||
Please consider citing if you find this code useful to your research.
|
||||
<pre>@article{woo2022deeptime,
|
||||
title={DeepTIMe: Deep Time-Index Meta-Learning for Non-Stationary Time-Series Forecasting},
|
||||
author={Gerald Woo and Chenghao Liu and Doyen Sahoo and Akshat Kumar and Steven C. H. Hoi},
|
||||
year={2022},
|
||||
}</pre>
|
||||
@@ -1,3 +1,8 @@
|
||||
# Copyright (c) 2022, salesforce.com, inc.
|
||||
# All rights reserved.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
||||
|
||||
from typing import Optional
|
||||
|
||||
import gin
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# Copyright (c) 2022, salesforce.com, inc.
|
||||
# All rights reserved.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
||||
|
||||
from typing import List, Optional
|
||||
|
||||
import math
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# Copyright (c) 2022, salesforce.com, inc.
|
||||
# All rights reserved.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
||||
|
||||
from typing import Optional
|
||||
|
||||
import torch
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# Copyright (c) 2022, salesforce.com, inc.
|
||||
# All rights reserved.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
||||
|
||||
from typing import Optional
|
||||
|
||||
import torch
|
||||
|
||||
Reference in New Issue
Block a user