Releases: openlayer-ai/openlayer-python
Releases · openlayer-ai/openlayer-python
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_dataframefor 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_nameis also infeature_names.