You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/andras/anaconda3/lib/python3.6/site-packages/scipy/stats/stats.py:1713: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result.
return np.add.reduce(sorted[indexer] * weights, axis=axis) / sumval
Description
FutureWarning thrown when calling fit on LocalOutlierFactor
Steps/Code to Reproduce
Example:
Expected Results
Only the LocalOutlierFactor:
Actual Results
Versions
Linux-4.15.0-39-generic-x86_64-with-debian-buster-sid
Python 3.6.6 |Anaconda custom (64-bit)| (default, Jun 28 2018, 17:14:51)
[GCC 7.2.0]
NumPy 1.15.1
SciPy 1.1.0
Scikit-Learn 0.19.2
The text was updated successfully, but these errors were encountered: