Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
Project1
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
20200519047
Project1
Commits
cba67792
Commit
cba67792
authored
Oct 13, 2020
by
Yuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
93868d8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
review
+18
-0
No files found.
review
0 → 100644
View file @
cba67792
Summary:
代码还是有比较多的细节问题,请好好修改
Detailed Comments:
1、绘图的话,要么加一个plt.show(),要么使用魔法方法%matplotlib inline
2、数据预处理的部分,建议最后再写一个函数,把前面的各个子函数的调用集成 到这个函数中,输入就是原始的数据,输出就是最后进过预处理的数据
3、all_embedding = bert_embedding(qlist,'sum')这行代码有问题,bert_embedding这个变量没有定义这里应该是X_bert
4、 for e in erros:这个erros输入错误,需要注意细节
Overall Score: 78
--------------------------------------------------------------------------------------------------------------------------
Thanks for your efforts.
-Your instructor
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