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
I encountered a KeyError when attempting to use the plot_clusters method of the Narrative Model class in the relatio library. Specifically, the error occurred when trying to access the 'n_components' key in the umap_args dictionary.
Example code: m.plot_clusters(path = './Twitter_Full/clusters.pdf')
KeyError: 'n_components'
Any assistance in resolving this problem is greatly appreciated thank you!
The text was updated successfully, but these errors were encountered:
I encountered a KeyError when attempting to use the plot_clusters method of the Narrative Model class in the relatio library. Specifically, the error occurred when trying to access the 'n_components' key in the umap_args dictionary.
Example code: m.plot_clusters(path = './Twitter_Full/clusters.pdf')
KeyError: 'n_components'
Any assistance in resolving this problem is greatly appreciated thank you!
The text was updated successfully, but these errors were encountered: