Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,17 @@
"contributions": [
"bug"
]
}
},
{
"login": "haskarb",
"name": "Bhaskar Dhariyal",
"avatar_url": "https://avatars.githubusercontent.com/u/20501023?v=4",
"profile": "https://haskarb.github.io/",
"contributions": [
"code",
"test"
]
},
],
"projectName": "sktime",
"projectOwner": "alan-turing-institute",
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ sktime/transformations/series/kalman_filter.py @NoaBenAmi
sktime/transformations/panel/augmenter.py @MrPr3ntice @iljamaurer
sktime/transformations/multiplex.py @miraep8
sktime/transformations/tests/test_multiplexer.py @miraep8
sktime/transformations/panel/channel_selection.py @haskarb @a-pasos-ruiz @TonyBagnall

sktime/forecasting/base/ @fkiraly @mloning @aiwalter
sktime/forecasting/base/adapters/_statsforecast.py @FedericoGarza
Expand Down
Loading