-
Mungkin bisa mencangkup methods, classmethods, properties, juga dunder methods.
-
**Describe the bug**
> Initially identified issue:
_New version of sktime throws error for UnobservedComponents when wrapped under ForecastingGridSearchCV with TransformedTargetForecaster pipe._…
-
BPO | [28261](https://bugs.python.org/issue28261)
--- | :---
Nosy | @rhettinger, @vstinner, @serhiy-storchaka, @orenmn
PRs | python/cpython#3119python/cpython#3198python/cpython#3210python/cpython#321…
-
## Description
This would be a tag explaining why dunder methods are special, why we would sometimes override them, and give some examples using `__init__` (constructor), `__str__` (string representa…
-
### Describe your issue.
In some scipy modules (like `scipy.stats`), there's a weird line that modifies `__all__`:
https://github.com/scipy/scipy/blob/50e8aeacfa1e1b843100c7bdca7dfc338a8d43c4/sc…
-
I think the class' docstring is missing, isn't?
_Originally posted by @Michael-E-Rose in https://github.com/pybliometrics-dev/pybliometrics/issues/222#issuecomment-989563260_
-
BPO | [25958](https://bugs.python.org/issue25958)
--- | :---
Nosy | @gvanrossum, @rhettinger, @ncoghlan, @ethanfurman, @vadmium, @serhiy-storchaka, @ilevkivskyi, @Mariatta
Files | [patch.diff](https:/…
-
Dear Keras community
I have been using keras succesfully for many tasks.
After implementing a custom data generator using the keras `Sequence `class, I tried using the `use_multiprocessing=True`…
-
This issue isn't the biggest of deals, but the python documentation [about `__repr__`](https://docs.python.org/3/reference/datamodel.html#object.__repr__) suggests that:
> If at all possible, [the …
-
BPO | [46376](https://bugs.python.org/issue46376)
--- | :---
Nosy | @birkenfeld, @rhettinger, @pitrou, @benjaminp, @encukou, @methane, @bukzor, @aganders3, @serhiy-storchaka, @ilevkivskyi, @bharel, @m…