Skip to content

Commit

Permalink
emphasize on code
Browse files Browse the repository at this point in the history
  • Loading branch information
geetu040 committed Aug 24, 2024
1 parent 005a2a6 commit 4793f04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
File renamed without changes.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ In addition to this, these PRs were submitted during the application review peri

Here, I will walk through some of the major contributions, from the above pull requests, where I added estimators to sktime.

To see the working and inference of these estimators, please refer to [code.ipynb](./code.ipynb).
To see the working and inference of these estimators, please refer to [CODE.ipynb](./CODE.ipynb).

[<img src="assets/jupyter-logo.svg" alt="Jupyter Logo" width="15%">](./CODE.ipynb)


### ⚡ MVTSTransformerClassifier

Expand Down Expand Up @@ -117,7 +120,7 @@ model = MVTSTransformerClassifier(
)
```

For more details on how the estimator works, please refer to [code.ipynb](./code.ipynb).
For more details on how the estimator works, please refer to [CODE.ipynb](./CODE.ipynb).

### ⚡ TinyTimeMixer

Expand Down Expand Up @@ -155,7 +158,7 @@ model = TinyTimeMixerForecaster(
)
```

For further details on how the estimator functions, please refer to [code.ipynb](./code.ipynb).
For further details on how the estimator functions, please refer to [CODE.ipynb](./CODE.ipynb).

### ⚡ LTSFTransformer

Expand Down Expand Up @@ -208,7 +211,7 @@ model = LTSFTransformerForecaster(
)
```

For further details on how the estimator functions, please refer to [code.ipynb](./code.ipynb).
For further details on how the estimator functions, please refer to [CODE.ipynb](./CODE.ipynb).

### ⚡ TimesFM

Expand Down Expand Up @@ -238,7 +241,7 @@ forecaster = TimesFMForecaster(
)
```

For more details on how the estimator functions, please refer to [code.ipynb](./code.ipynb).
For more details on how the estimator functions, please refer to [CODE.ipynb](./CODE.ipynb).

### ⚡ PEFT for HFTransformersForecaster

Expand Down Expand Up @@ -281,7 +284,7 @@ forecaster = HFTransformersForecaster(
)
```

For more details on how the estimator works, please refer to [code.ipynb](./code.ipynb).
For more details on how the estimator works, please refer to [CODE.ipynb](./CODE.ipynb).

### ⚡ AutoregressiveWrapper

Expand Down Expand Up @@ -311,7 +314,7 @@ wrapper = AutoRegressiveWrapper(
)
```

For more details on how the estimator works, please refer to [code.ipynb](./code.ipynb).
For more details on how the estimator works, please refer to [CODE.ipynb](./CODE.ipynb).

### ⚡ Global Forecasting for PyTorch Models

Expand Down
1 change: 1 addition & 0 deletions assets/jupyter-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4793f04

Please sign in to comment.