So, I have labeled tweets as retweeted or not retweeted and I have to use logistic regression to build a model to predict whether a tweet will be retweeted or not.
The problem I am facing is I don't know how to use multiple featured with logistic regression. The features I have to use are tf-idf, lda, whether a tweet has been retweeted, how many time tweets from a certain user have been retweeted in the past.
How can I use 4 features in binary classification? Any help would be greatly appreciated.