Biel Stela
Biel Stela
Hello, Maybe would be nice to explain in the docs that `order_FOO()` only is used if the table data is a `QuerySet` and not a dict. I'm assuming that is...
Hello! Since the git command checkouts the repository from the HEAD, it can be useful to define a git ref to use in the `version` parameter. This way one can...
Hello, I'm dealing with a confusing issue. I have`--fail-on-template-vars` in my pytest.ini. When I run all the tests, all tests pass. But I know there are some test that should...
Error says: ``` ERROR: Failed building wheel for rio-color Failed to build rio-color ERROR: Could not build wheels for rio-color, which is required to install pyproject.toml-based projects ``` So maybe...
## Description I'm tinkering with custom geolocated image dataset (aka rasters) and was wondering how one can display the data that is returned with the dataset `_describe` method. ## Context...
Running `pip install rio-color` fails in Python 3.11.4 and pip 23.1.2 The error message is: ``` Building wheels for collected packages: rio-color Building wheel for rio-color (pyproject.toml) ... error error:...
`sklearn.utils.validation` has some useful funcs to validate X, y inputs and arrays like `check_Xy` and `check_array`
With a tf.keras model everything blows up :/. 1. Copy model instead of `sklearn.base.clone` 2. Shadow models behave weird with `keras.models.Model` instances 3. crazy results of shadow models
the result of `timestamp()` on a FakeDatetime is not the same result as in a `datetime.datetime`. I would expect this to succed: ```python t = datetime.datetime(2024, 1, 1, 12, 0,...