Compare commits

..

No commits in common. "v3" and "main" have entirely different histories.
v3 ... main

3 changed files with 2 additions and 6 deletions

View File

@ -1 +1,2 @@
# python hello-world
# 4d604ca369ef46ef8029fe8abf8907ce

View File

@ -1,3 +0,0 @@
def predict_performance(employee_data):
score = 0.4 * employee_data['kpi'] + 0.6 * employee_data['manager_rating']
return {"performance_score": round(score, 2)}

View File

@ -1,2 +0,0 @@
functions-framework==1.4.3
markupsafe==2.0.1