Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
auto-sign
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guanzixin
auto-sign
Commits
876aeb58
Commit
876aeb58
authored
Sep 02, 2019
by
qinjiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
../
parent
8a297c79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
djangoSign3/dangoSign3/remark16.py
+1
-1
No files found.
djangoSign3/dangoSign3/remark16.py
View file @
876aeb58
...
@@ -64,7 +64,7 @@ def fit_and_predicted_use_CV(x_path, y_path, test_x, penalty='l2', solver='lbfgs
...
@@ -64,7 +64,7 @@ def fit_and_predicted_use_CV(x_path, y_path, test_x, penalty='l2', solver='lbfgs
def
main
(
test_x
):
def
main
(
test_x
):
corpus
=
split_data_with_label
(
'
H:
\\
thu_data_all2'
)
corpus
=
split_data_with_label
(
'
/
thu_data_all2'
)
input_x
,
y
=
corpus
input_x
,
y
=
corpus
count_vec
=
feature_extractor
()
count_vec
=
feature_extractor
()
train_x
=
count_vec
.
fit_transform
(
input_x
)
train_x
=
count_vec
.
fit_transform
(
input_x
)
...
...
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