Closed vikash512 closed 6 years ago
Hi, Github issues are for bugs and enhancements. For general user questions, please use the mailing list: https://radimrehurek.com/gensim/support.html
@vikash512 short answer:
model[my_corpus]
)[(1, 0.5), (3, 0.3)]
to [0., 0.5, 0., 3]
next time, please use mailing list for questions
Here I took the amazon reviews dataset containing two features reviews and sentiment.I had made a model on this using LSI which gives feature vectors.Now I want this model to give as an input to train a model for sentiment analysis using multi layer perceptron. can you tell me the process