remove line

This commit is contained in:
longyu 2022-08-19 12:39:00 +02:00
parent f70b0bab80
commit 277245c69d
1 changed files with 0 additions and 1 deletions

View File

@ -510,7 +510,6 @@ class FreqaiDataKitchen:
np.fill_diagonal(pairwise, np.NaN)
pairwise = pairwise.reshape(-1, 1)
avg_mean_dist = pairwise[~np.isnan(pairwise)].mean()
return avg_mean_dist
def use_SVM_to_remove_outliers(self, predict: bool) -> None: