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: 3 months 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.

Lists

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
```