Unverified Commit c72c2e1f authored by hsjang001205's avatar hsjang001205 Committed by GitHub
Browse files

Update score_function.py

parent 8834ef32
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -179,7 +179,8 @@ def concordance_index(y_true: np.ndarray, y_pred: np.ndarray) -> float:

  Returns
  -------
  float between [0,1]
  float
    score between [0,1]

  References
  ----------