Releases: openlayer-ai/openlayer-python
Releases · openlayer-ai/openlayer-python
v0.1.0a4
LLM support!
v0.1.0a3
- fixes an issue with validating full text classification models
- fixes an issue with printing a version's status message if null
v0.1.0a2
Added
- Ability to check for goal statuses through the API.
v0.1.0a1
- Fix bug with missing
prediction_jobs
directory from package
v0.1.0a0
Added regression
v0.0.0a16
v0.0.0a15
Modified the zero-index integer checks for predictionsColumnName
and labelColumnName
to support dataset uploads with only a sample of the classes.
v0.0.0a14
Fix issue with importing openlayer
v0.0.0a13
- Renamed
predictionsColumnName
argument from the datasets' configuration YAML topredictionScoresColumnName
.
v0.0.0a12
Update fastText predict_proba output to conform to expected format