new line
This commit is contained in:
parent
3140559446
commit
995defbb18
@ -511,6 +511,7 @@ 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