Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuyufjh/nju-data-mining-lab2
https://github.com/fuyufjh/nju-data-mining-lab2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuyufjh/nju-data-mining-lab2
- Owner: fuyufjh
- Created: 2015-06-17T03:28:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T11:46:39.000Z (over 9 years ago)
- Last Synced: 2023-02-28T12:26:55.271Z (over 1 year ago)
- Language: Java
- Size: 11.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |