Skip to content

Commit

Permalink
docs: ✏️ update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zezhishao committed Jan 10, 2024
1 parent 39e1597 commit 03f912d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div align="center">
<img src="assets/basicts_logo.png" height=200>
<!-- <h1><b> BasicTS </b></h1> -->
<!-- <h2><b> BasicTS </b></h2> -->
<img src="assets/basicts+_logo_light.png#gh-light-mode-only" height=200>
<img src="assets/basicts+_logo_dark.png#gh-dark-mode-only" height=200>
<h3><b> A Standard and Fair Time Series Forecasting Benchmark and Toolkit. </b></h3>
</div>

Expand All @@ -16,7 +15,8 @@

</div>

BasicTS (**Basic** **T**ime **S**eries) is a PyTorch-based benchmark and toolbox for **time series forecasting** (TSF).

$\text{BasicTS}^{+}$ (**Basic** **T**ime **S**eries **P**lus) is an enhanced benchmark and toolbox designed for time series forecasting. $\text{BasicTS}^{+}$ evolved from its predecessor, [BasicTS](https://github.com/zezhishao/BasicTS/tree/c3075025a5d20ef48da62fc85d05621f8f6b15ca), and now has robust support for spatial-temporal forecasting and long time-series forecasting as well as more general tasks, such as M4 competition. For brevity and consistency, we will interchangeably refer to this project as $\text{BasicTS}^{+}$ and $\text{BasicTS}$.

On the one hand, BasicTS utilizes a ***unified and standard pipeline*** to give a ***fair and exhaustive*** reproduction and comparison of popular deep learning-based models.

Expand All @@ -28,8 +28,6 @@ If you find this repository useful for your work, please consider citing it as [

## ✨ Highlighted Features

BasicTS is developed based on [EasyTorch](https://github.com/cnstark/easytorch), an easy-to-use and powerful open-source neural network training framework.

### Fair Performance Review

Users can compare the performance of different models on arbitrary datasets fairly and exhaustively based on a unified and comprehensive pipeline.
Expand Down Expand Up @@ -70,7 +68,8 @@ BasicTS support a variety of datasets, including spatial-temporal forecasting, l

### Baselines

BasicTS provides a wealth of built-in models, including both spatial-temporal forecasting models and long time-series forecasting models, e.g.,
BasicTS implements a wealth of models, including classic models, spatial-temporal forecasting models, and long time-series forecasting model, e.g.,
- HI, DeepAR, LightGBM, ...
- DCRNN, Graph WaveNet, MTGNN, STID, D2STGNN, STEP, DGCRN, DGCRN, STNorm, AGCRN, GTS, StemGNN, MegaCRN, STGCN, STWave, STAEformer, GMSDR, ...
- Informer, Autoformer, FEDformer, Pyraformer, DLinear, NLinear, Triformer, Crossformer, ...

Expand Down
Binary file added assets/basicts+_logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/basicts+_logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/basicts_logo.png
Binary file not shown.
Binary file removed assets/basicts_logo2.png
Binary file not shown.
Binary file removed assets/basicts_logo3.png
Binary file not shown.

0 comments on commit 03f912d

Please sign in to comment.