-
I've tried creating a very simple API endpoint following the README:
```
from django.db import models
from rest_framework import serializers
from rest_framework_bulk import BulkListSerializer, BulkS…
-
It was recently decided that the "official" async support for DRF would be the [`adrf`](https://github.com/em1208/adrf) package:
- https://github.com/encode/django-rest-framework/discussions/7774#d…
-
"OpenID Connect Core 1.0 incorporating errata set 1", [section 3.1.3.7 ID Token Validation](https://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation):
> 3. The Client MUST validate t…
-
covtype
-
We should change RF so that when you ask for training metrics, you get actual training metrics instead of OOB metrics. Right now, if you extract “train” metrics, they are OOB metrics and there’s no w…
-
I need to change the response message and code dynamically to tell the front-end why it happened.
The message and the code can be defined by defining the `message` and `code` attribute, but they are…
-
Changing `"restaurant": "32d8cd38-1edd-4afe-8a4f-56ccd20b5a48"` to `"restaurant": {"uuid": "32d8cd38-1edd-4afe-8a4f-56ccd20b5a48"}` fixes this error. Serializer should raise `ValidationError` here ins…
-
These are the tables used:
- dt_train_tvfc has 167807584 rows and 17 columns
- dt_valid_tvfc has 35958776 rows 17 columns
If I run another algo (DRF, GLM, etc) works fine, with the same dataset…
-
I like this package, because I know what a hassle the exception_handler can be.
I was wondering if you would consider moving to a more standardized format, like for example problem+json? This can of…
-
If a date filter receives a invalid value, like `?date__range=foo__bar`, the end result is a RequestError like this
`RequestError(400, 'search_phase_execution_exception', 'failed to parse date field …