Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SINAI
/
texty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
70e8fa28
authored
Feb 15, 2022
by
Alba Maria Mármol
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update TextAnalysisSpacy.py
parent
0e892fca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
TextAnalysisSpacy.py
TextAnalysisSpacy.py
View file @
70e8fa28
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment