INM-6 / swan

Swan (Sequential Waveform Analyzer) is an open-source graphical tool for tracking single units across multiple sessions of electrophysiological data that was recorded using chronically implanted microelectrode arrays.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

FutureWarning for scikit learn kmeans #24

Closed shashwatsridhar closed 3 years ago

shashwatsridhar commented 3 years ago

The sklearn.cluster.kmeans method gives the following warning:

FutureWarning: 'n_jobs' was deprecated in version 0.23 and will be removed in 1.0 (renaming of 0.25).

The argument should be removed wherever used.