remove line
This commit is contained in:
parent
9c38c27eed
commit
f70b0bab80
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user