nucleus-python-client icon indicating copy to clipboard operation
nucleus-python-client copied to clipboard

The official Python SDK for Nucleus, part of Scale API, the Data Platform for AI

Results 22 nucleus-python-client issues
Sort by recently updated
recently updated
newest added

Tried to downgrade to python 3.5.2

- Create script to output target changelog - Need to auth and push release with gh CLI - WIP

Problems reported by customer. We now do not threshold IOU calculations and ignore non taxonomy classes from the mean reporting.

https://github.com/scaleapi/scaleapi/pull/39023 With this pr in backend repo, I changed the error messaging for a lot of jobs, so this PR is needed to not break all the tests. Going forward,...

## Context: We want to support class-specific results from our metrics. As a part of that we're essentially opening up the interface from the metrics to return multiple values with...

Expected: `scale-launch bundles list` Reality: `LAUNCH_API_KEY="scaleint_|61b10518ed7fef001dd26869" poetry run scale-launch bundles list` Because: 1. Need to set the variable to get the credentials 2. `poetry run` runs the local script. You'd...