Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 634 Bytes

File metadata and controls

34 lines (18 loc) · 634 Bytes

v0.3.0 (2024-11-13)

Feat

  • timing_decorator: add decorator to output how long function takes

Refactor

  • download_blob_and_return_object: no longer store downloaded model locally

v0.2.1 (2024-11-11)

Refactor

  • app: add endpoint metadata

v0.2.0 (2024-11-08)

Feat

  • download_blob_and_return_object: new function to download model artifact from bucket

v0.1.1 (2024-11-08)

Refactor

  • predict_wine_quality: rename variable res -> wine

v0.1.0 (2024-11-07)

Feat

  • predict: initial prediction endpoint for wine
  • readme: initial project read documentation