80cols commited on
Commit
1c16b33
·
verified ·
1 Parent(s): 8cfb496

Update predictor.py

Browse files
Files changed (1) hide show
  1. predictor.py +0 -4
predictor.py CHANGED
@@ -61,7 +61,6 @@ def predict():
61
  def decrypt_prediction():
62
  """
63
  Decrypt and interpret the prediction result.
64
-
65
  Returns:
66
  str: The interpreted prediction result.
67
  """
@@ -99,7 +98,6 @@ def decrypt_prediction():
99
  def key_already_generated():
100
  """
101
  Check if the evaluation keys have already been generated.
102
-
103
  Returns:
104
  bool: True if the evaluation keys have already been generated, False otherwise.
105
  """
@@ -112,10 +110,8 @@ def key_already_generated():
112
  def pre_process_encrypt_send_purchase(*inputs):
113
  """
114
  Pre-processes, encrypts, and sends the purchase data for prediction.
115
-
116
  Args:
117
  *inputs: Variable number of input arguments.
118
-
119
  Returns:
120
  (str): A short representation of the encrypted input to send in hex.
121
  """
 
61
  def decrypt_prediction():
62
  """
63
  Decrypt and interpret the prediction result.
 
64
  Returns:
65
  str: The interpreted prediction result.
66
  """
 
98
  def key_already_generated():
99
  """
100
  Check if the evaluation keys have already been generated.
 
101
  Returns:
102
  bool: True if the evaluation keys have already been generated, False otherwise.
103
  """
 
110
  def pre_process_encrypt_send_purchase(*inputs):
111
  """
112
  Pre-processes, encrypts, and sends the purchase data for prediction.
 
113
  Args:
114
  *inputs: Variable number of input arguments.
 
115
  Returns:
116
  (str): A short representation of the encrypted input to send in hex.
117
  """