arrow_backRetour aux issues
sktime/sktime
#9309
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
[DOC] Incomplete docstring in `LSTMFCNNetwork`
ecoDébutant
good first issue
documentation
descriptionDescription
#### Describe the issue linked to the documentation
Docstring of `LSTMFCNNetwork` class doesn't mention the list of parameters of the class.
https://github.com/sktime/sktime/blob/f131a1c132c0ea663ad958ca7901eaf36cd07cc5/sktime/networks/lstmfcn.py#L6-L23
#### Suggest a potential alternative/fix
The required list of parameters is mentioned as a comment in the `__init__` function of the class.
Remove it from `__init__` function and add it to the docstring.
Check for such docstring discrepancies in all the classes defined in :
- [sktime/sktime/networks/](https://github.com/sktime/sktime/tree/f131a1c132c0ea663ad958ca7901eaf36cd07cc5/sktime/networks)
- [sktime/sktime/classification/deep_learning/](https://github.com/sktime/sktime/tree/f131a1c132c0ea663ad958ca7901eaf36cd07cc5/sktime/classification/deep_learning)
- [sktime/sktime/regression/deep_learning/](https://github.com/sktime/sktime/tree/f131a1c132c0ea663ad958ca7901eaf36cd07cc5/sktime/regression/deep_learning)
Issues similaires
calkit/calkit
star53
Poids du dépôt moyen
VS Code extension should be robust to YAML parser errors
Seeing this error: ``` Failed to read calkit.yaml: YAMLParseError: A block sequence may not be used as an implicit map…
Python
bug
good first issue
fu351/Doberman-Core
star211
Poids du dépôt léger
dash: a manual Refresh control
The dashboard polls: `refreshStats()` (`src/doberman/dash/app.py:408`) every 5 s and `refreshPending()` (`:546`) every …
Python
enhancement
good first issue
fu351/Doberman-Core
star211
Poids du dépôt léger
dash: "Copy details" button on each pending-approval card
Each pending-approval card in the dashboard (`renderPending`, `src/doberman/dash/app.py:448-544`) shows the risk badge,…
Python
enhancement
good first issue