Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minhpqn/aivivn_1_ensemble_7th_place
Mã nguồn của mô hình xếp hạng 7 tại cuộc thi phân loại sắc thái bình luận do Aivivn tổ chức.
https://github.com/minhpqn/aivivn_1_ensemble_7th_place
Last synced: 6 days ago
JSON representation
Mã nguồn của mô hình xếp hạng 7 tại cuộc thi phân loại sắc thái bình luận do Aivivn tổ chức.
- Host: GitHub
- URL: https://github.com/minhpqn/aivivn_1_ensemble_7th_place
- Owner: minhpqn
- Created: 2019-03-17T09:53:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T03:30:18.000Z (over 5 years ago)
- Last Synced: 2024-07-09T02:01:33.254Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mô hình ensemble đơn giản cho phân loại sắc thái bình luận (7th place solution)
Mã nguồn của mô hình xếp hạng 7 tại cuộc thi phân loại
sắc thái bình luận do [Aivivn](https://www.aivivn.com/contests/1) tổ chức.## Requirements
- Python 3.6.3
- Sklearn 0.19.1
- pandas 0.22.0
- matplotlib 2.1.1
- [underthesea](https://github.com/undertheseanlp/underthesea)## Cách sinh kết quả submission
```shell
python ensemble_sklearn.py ./data/train.csv ./data/test.csv submission.csv
```