columns of the dataframe given to create_classifier methods

Issue #18 resolved
Ali Hürriyetoglu repo owner created an issue

805: fitted_data = word_vectorizer.fit_transform(tweets_as_text_label_df["text"].values) -> ’text’ should be changed to self.active_col or something like that. In principle this should be independent of the collection analysis process.

Comments (1)

  1. Log in to comment