Commit cba67792 by Yuan

Add new file

parent 93868d8a
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
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 to comment