celineclarissa commited on
Commit
e53283e
1 Parent(s): 8adcb68

Upload predict.py

Browse files
Files changed (1) hide show
  1. predict.py +1 -1
predict.py CHANGED
@@ -6,7 +6,7 @@ import pickle
6
  with open('svc_grid_best.pkl', 'rb') as file_1:
7
  model = pickle.load(file_1)
8
 
9
- # membuat function untuk me-return angka ketika diinputkan kata tertentu
10
  # feature sex
11
  def get_sex_id(sex):
12
  if sex == 'Male':
 
6
  with open('svc_grid_best.pkl', 'rb') as file_1:
7
  model = pickle.load(file_1)
8
 
9
+ # make functions to return digit for certain text
10
  # feature sex
11
  def get_sex_id(sex):
12
  if sex == 'Male':