提交 cdafb54f 编写于 作者: H hedaoyuan

Fix error

上级 a4855fad
...@@ -361,7 +361,7 @@ Test with Pass 0, {'classification_error_evaluator': 0.11432000249624252} ...@@ -361,7 +361,7 @@ Test with Pass 0, {'classification_error_evaluator': 0.11432000249624252}
# Movie Reviews, from imdb test # Movie Reviews, from imdb test
reviews = [ reviews = [
'Read the book, forget the movie!', 'Read the book, forget the movie!',
'This is a great movie.', 'This is a great movie.'
] ]
reviews = [c.split() for c in reviews] reviews = [c.split() for c in reviews]
......
...@@ -403,7 +403,7 @@ Test with Pass 0, {'classification_error_evaluator': 0.11432000249624252} ...@@ -403,7 +403,7 @@ Test with Pass 0, {'classification_error_evaluator': 0.11432000249624252}
# Movie Reviews, from imdb test # Movie Reviews, from imdb test
reviews = [ reviews = [
'Read the book, forget the movie!', 'Read the book, forget the movie!',
'This is a great movie.', 'This is a great movie.'
] ]
reviews = [c.split() for c in reviews] reviews = [c.split() for c in reviews]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册