MLOps 部署與生命週期
Nemanja Radojkovic
Senior Machine Learning Engineer

測試類型
開發、部署、測試環境
不在範圍:預測模型效能
在範圍:整體 ML 應用程式測試
檢查獨立程式碼單元是否如預期運作
範例
待測函式:
def add_two_numbers(x, y):
return x + y
單元測試:
add_two_numbers(1, 1) == 2
add_two_numbers(2, 3) == 5

在 Production 引入任何變更都要審慎。

1986 年「挑戰者號」太空梭災難肇因於橡膠密封環失效

MLOps 部署與生命週期