Skip to content

Releases: openlayer-ai/openlayer-python

v0.1.0a4

23 Aug 07:42
Compare
Choose a tag to compare

LLM support!

v0.1.0a3

13 Jul 18:06
Compare
Choose a tag to compare
  • fixes an issue with validating full text classification models
  • fixes an issue with printing a version's status message if null

v0.1.0a2

29 Jun 21:22
Compare
Choose a tag to compare

Added

  • Ability to check for goal statuses through the API.

v0.1.0a1

08 Jun 15:57
Compare
Choose a tag to compare
  • Fix bug with missing prediction_jobs directory from package

v0.1.0a0

08 Jun 05:36
Compare
Choose a tag to compare

Added regression

v0.0.0a16

06 May 01:47
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix issue with importing openlayer

v0.0.0a13

11 Apr 18:02
Compare
Choose a tag to compare
  • Renamed predictionsColumnName argument from the datasets' configuration YAML to predictionScoresColumnName.

v0.0.0a12

23 Mar 20:42
Compare
Choose a tag to compare
Update fastText predict_proba output to conform to expected format