Skip to content

API reference#

Browse the complete list of functions, parameters, and constants in the index →

Integrations#

API references for Neptune integrations with other ML frameworks:

Errors, warnings, and other messages#

For error help pages, expand the Erros and messages section in the left nav.

Other errors:

  • Out of range float values are not JSON compliant → Downgrade simplejson to 3.18
  • Connection pool is full, discarding connection: app.neptune.ai → Non-issue unrelated to Neptune.1

See also#


  1. The error is shown by urllib3 to indicate that a connection is dropped after a request is completed. It doesn't imply data loss. For details, see StackOverflow