-
### usernames
mikekatell
chrisdburr
SemeliHadjiloizou
### names
Michael Katell
Christopher Burr
Semeli Hadjiloizou
### emails
mkatell@turing.ac.uk
cburr@turing.ac.uk
shadjiloizou@turing.ac.…
-
The extension templates (here: https://github.com/alan-turing-institute/sktime/tree/main/extension_templates) should be extended with a preamble that treats soft dependencies.
The challenge is to k…
-
## Summary
Here is a list of tasks you can involved in if you're not too sure where the get started.
* [ ] Take over AutSPACEs Twitter account - telling your own story or communicating project …
-
Assumes https://github.com/alan-turing-institute/sktime/pull/2505 merged.
We should extend `_make_panel` so it is easy to generate unequal length series.
Besides an `int`, the `n_timepoints` arg…
-
We should provide an example config file (or point to the one used for testing). We could also define the format using a JSON schema and document it the way that, for example, GitHub does [here](https…
-
See the video
https://github.com/alan-turing-institute/demoland-web/assets/36797143/5c6b2285-bf57-42fb-951e-551f049e3e1f
-
Possibly because I've missed out something that's required to be supplied as an option to the `dsh deploy sre` command?
```
(data-safe-haven) deploydsh@a3e2d2920f17:~/.config/data_safe_haven$ dsh …
-
## :white_check_mark: Checklist
- [x] I have searched open and closed issues for duplicates.
- [x] This is a problem observed when **using** a Data Safe Haven.
- [x] I can reproduce this with…
-
https://github.com/alan-turing-institute/UKCensusAPI/blob/86c45eb096cf38cdf413c913dc67e1e8e9642c4a/ukcensusapi/NRScotland.py#L236 This line used in Step 1 of the HPC script returns an empty dataframe …
-
> One thing I'm not sure about,
>
> The Typer commands are all (or almost all) just wrappers for a classes `__call__` method. It feels like unecessary boiler plate when the contents of the `__call__…