Skip to content

Releases: openlayer-ai/openlayer-python

v0.0.0a16

06 May 01:47

Choose a tag to compare

Added

  • Added the project's export method, which exports the resources in the project's staging area to a specified location.

Changed

  • Renamed conda environment created by the model runner from new-openlayer to model-runner-env-%m-%d-%H-%M-%S-%f.

v0.0.0a15

12 Apr 15:17

Choose a tag to compare

Modified the zero-index integer checks for predictionsColumnName and labelColumnName to support dataset uploads with only a sample of the classes.

v0.0.0a14

11 Apr 19:15

Choose a tag to compare

Fix issue with importing openlayer

v0.0.0a13

11 Apr 18:02

Choose a tag to compare

  • Renamed predictionsColumnName argument from the datasets' configuration YAML to predictionScoresColumnName.

v0.0.0a12

23 Mar 20:42

Choose a tag to compare

Update fastText predict_proba output to conform to expected format

v0.0.0a11

15 Mar 23:49

Choose a tag to compare

  • Allow specifying prediction threshold
  • character limit validations

v0.0.0a10

09 Mar 23:50

Choose a tag to compare

Remove python upper limit

v0.0.0a9

08 Mar 09:23

Choose a tag to compare

Fixes bug with text classification full models

v0.0.0a8

27 Feb 16:38

Choose a tag to compare

Fix requirements

v0.0.0a7

27 Feb 16:14

Choose a tag to compare

Bump urllib3 version