remove line

This commit is contained in:
longyu 2022-08-17 23:49:20 +02:00
parent 9c38c27eed
commit f70b0bab80
1 changed files with 0 additions and 1 deletions

View File

@ -511,7 +511,6 @@ class FreqaiDataKitchen:
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: