Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In plot.py , Error: 'bool' object is not subsciptable #10

Open
LeelaSravani opened this issue Aug 13, 2020 · 1 comment
Open

In plot.py , Error: 'bool' object is not subsciptable #10

LeelaSravani opened this issue Aug 13, 2020 · 1 comment

Comments

@LeelaSravani
Copy link

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

@LeelaSravani LeelaSravani changed the title 'bool' object is not subsciptable In plot.py : Error: 'bool' object is not subsciptable Aug 13, 2020
@LeelaSravani 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
@kuaidianxuewanlunwen
Copy link

how to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants