Parameters.serialize_parameters should ignore non JSON serializable parameters
Open
- Dominant language
- Python
- Stars
- 521
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 35
Description
It would be great if
Parameters.serialize_parameters could ignore non JSON serializable parameters by default and finish the serialization without throwing `TypeError: Object of type XYZ is not JSON serializable` or one could define another hwarg like `json_serialize=True|False` when defining a parameter.
Contributor guide
Assessment
This issue has not been assessed yet.