abdulfatir / abdulfatir/twitter-sentiment-analysis
ValueError: invalid literal for int() with base 10: 'label'
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 1.7k
- Fork
- 601
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Preprocessing still doesn't happen since there is an error in this line:
positive = int(line[:line.find(',')])
Here is the warning I get: ValueError: invalid literal for int() with base 10: 'label'
I looked up how to fix this and it looks like the string cannot be converted to int, so I tried int(float(...)) but didn't work
Any ideas?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.