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!
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!