Releases: openlayer-ai/openlayer-python
Releases · openlayer-ai/openlayer-python
v0.2.0a0
Added
- Accepts AZURE as a
DeploymentType
.
Changed
- Compatibility with Unbox backend storage and data refactor.
v0.1.2
Fixed
- Default Unbox server URL (https://api.unbox.ai/).
v0.1.1
Added
- Can specify
ModelType.keras
. - API documentation.
Changed
- Parameter ordering for
add_model
,add_dataset
,add_dataframe
for clarity's sake.
Fixed
- Fix bug when predict function is a list with numpy objects.
- Better error message if return type isn't a list or numpy array.
- Prevents dataset upload when
label_column_name
is also infeature_names
.