mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
remove line
This commit is contained in:
parent
f70b0bab80
commit
277245c69d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user