Thomas Génin
Thomas Génin
If 2 models have the same configuration name, `modelkit` will silently use one of them. It should at least warn the user but maybe we just want to raise an...
Currently breaking a prediction_batch example, breaks the call and raise the error we may want another option like (for example) returning all the batches returns except the breaking ones (set...
Currently `asset new` or `asset update` push data from local to `MODELKIT_STORAGE_PROVIDER` https://cornerstone-ondemand.github.io/modelkit/assets/managing_assets/#create-a-new-asset which mean asset must be on local storage to be pushed It could be interesting to be...
Seems to fix: https://github.com/Uberi/speech_recognition/issues/681
The [Get method of ModelDependenciesMapping](https://github.com/Cornerstone-OnDemand/modelkit/blob/main/modelkit/core/model.py#L71) exhibits ambiguous behavior. Contrary to what one might expect, it is not a dictionary-like get method. Instead, it acts as a getter/caster that raises an...