Compare commits
No commits in common. "v2" and "main" have entirely different histories.
5
main.py
5
main.py
@ -1,5 +0,0 @@
|
||||
python
|
||||
CopyEdit
|
||||
def predict_performance(employee_data):
|
||||
score = 0.4 * employee_data['kpi'] + 0.6 * employee_data['manager_rating']
|
||||
return {"performance_score": round(score, 2)}
|
||||
@ -1,2 +0,0 @@
|
||||
functions-framework==1.4.3
|
||||
markupsafe==2.0.1
|
||||
Loading…
Reference in New Issue
Block a user