Update TextAnalysisSpacy.py

parent 0e892fca
Showing with 1 additions and 0 deletions
......@@ -337,6 +337,7 @@ class TextAnalisisSpacy():
df = self.df.fillna(0)
X = df.iloc[:,2:]
y = df.iloc[:,0]
# Univariate feature selection
from sklearn.feature_selection import SelectKBest
from sklearn.feature_selection import f_classif, mutual_info_classif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment