I've trained a Fasttext model using .train_supervised()
and can't get my head around how to get the most important words for each label according to the model.
I have three labels so I would expect to be able to do something like
model.label["__label__1"].get_most_significant()
Any suggestions on how to go about achieving this?