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
version = versiontuple(sklearn_version)[1] > 14
--->if version[0] > 0 or version[1] > 14:
mds = manifold.MDS(max_iter=200, eps=1e-4, n_init=1,
dissimilarity='precomputed')
It is showing an error:
TypeError: 'bool' object is not subscriptable
The text was updated successfully, but these errors were encountered:
LeelaSravani
changed the title
'bool' object is not subsciptable
In plot.py : Error: 'bool' object is not subsciptable
Aug 13, 2020
LeelaSravani
changed the title
In plot.py : Error: 'bool' object is not subsciptable
In plot.py , Error: 'bool' object is not subsciptable
Aug 13, 2020
At line no 56
version = versiontuple(sklearn_version)[1] > 14
--->if version[0] > 0 or version[1] > 14:
mds = manifold.MDS(max_iter=200, eps=1e-4, n_init=1,
dissimilarity='precomputed')
It is showing an error:
TypeError: 'bool' object is not subscriptable
The text was updated successfully, but these errors were encountered: