-
i specific ["GLM", "DeepLearning", "DRF","GBM","XGBoost","StackedEnsemble"], and want every estimater is modeled,
but same estimates are missing in the result of automl,
![0C~G FURV PM}9D3YPK%5K7…
-
MR #18 created a new issue.
Consider this simple serializer:
```
class MyPolymorphicSerializer(PolymorphicSerializer):
pass # Mostly irrelevant
class MySerializer(Serializer):
foo =…
-
Calling GET /areas with no params returns 500, it should return 400. It is a weird case as it throws the correct exception.
-
**Actual behaviour**
Different endpoints return error cause in different formats.
Example 1:
Example 2:
Example3:
Example4:
**Wanted behaviour**
Uniform error format, for e…
-
### Environment
* Nautobot version (Docker tag too if applicable): 1.5.7
* Python version: 3.9
* Database platform, version: Postgresql
* Middleware(s): -
### Steps to Reproduce
1. `inv build …
-
I was thinking it'd be pretty feasible to use the DRF ModelSerializers to greatly simplify some complex tasks (related to issue #1375 ) like importing/exporting subsets of data with arbitrary depth.
…
-
my settings.py
`
import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = 'abcd'
DEBUG = True
ALLOWED_HOSTS = []
INSTALLED_APPS = [
'django.contrib.a…
-
I have a model with nullable fields. Upgrading from 3.14 to 3.15 I'm getting this error:
`AssertionError: You cannot call .save() on a serializer with invalid data.`
When I print the `serializer.e…
-
It seems like the test is occasionally generating a one row dataset so it can't be split? Can someone who knows this test better take a look at this?
http://172.16.2.161:8080/job/h2o_master_DEV_win…
-
The current design of rest framework doesn't seem to support object-level validations on partial updates.
Quick example:
``` python
from rest_framework import serializers
class ItemInListSerialize…