Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuyufjh/nju-data-mining-lab2


https://github.com/fuyufjh/nju-data-mining-lab2

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

NJU Data Mining Course Lab 2
=============

2015 Spring Semester (Teaching by Li Ming)

Assignment Requirement: http://cs.nju.edu.cn/lim/courses/IntroDM/assignment2.htm

| | Hamming Loss | Macro-F1 | Micro-F1 |
|---------------------|---------------|----------------|----------------|
| Random | 0.017830 | 0.002827 | 0.005422 |
| MLkNN | 0.0096 | 0.2050 | 0.0025 |
| RAkEL | 0.0102 | 0.2613 | 0.1282 |
| BR-DecisionTree | 0.3668 | 0.0484 | 0.0359 |
| Na?ve Bayes(N=4) | 0.014969 | 0.132458 | 0.278689 |