1
+
2
+ <!DOCTYPE html>
3
+
4
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
5
+ < head >
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=Edge " />
7
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
8
+ < title > scikit-multilearn: Multi-Label Classification in Python — Multi-Label Classification for Python</ title >
9
+ < link rel ="stylesheet " href ="../_static/ " type ="text/css " />
10
+ < link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
11
+ < script type ="text/javascript " src ="../_static/documentation_options.js "> </ script >
12
+ < script type ="text/javascript " src ="../_static/jquery.js "> </ script >
13
+ < script type ="text/javascript " src ="../_static/underscore.js "> </ script >
14
+ < script type ="text/javascript " src ="../_static/doctools.js "> </ script >
15
+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
16
+ < link rel ="index " title ="Index " href ="../genindex.html " />
17
+ < link rel ="search " title ="Search " href ="../search.html " />
18
+ < meta content ="True " name ="HandheldFriendly ">
19
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 ">
20
+ < meta name ="twitter:card " content ="summary ">
21
+ < meta name ="twitter:site " content ="@scikitml ">
22
+ < meta name ="twitter:title " content ="scikit-multilearn ">
23
+ < meta name ="twitter:description " content ="A native Python implementation of a variety of multi-label classification algorithms. Includes a Meka, MULAN, Weka wrapper. BSD licensed. ">
24
+ < meta name ="keywords " content ="scikit-multilearn, multi-label classification, clustering, python, machinelearning ">
25
+ < meta property ="og:title " content ="scikit-multilearn | Multi-label classification package for python " />
26
+ < meta property ="og:description " content ="A native Python implementation of a variety of multi-label classification algorithms. Includes a Meka, MULAN, Weka wrapper. BSD licensed. " />
27
+ <!-- Compiled and minified CSS -->
28
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css ">
29
+ < link rel ="stylesheet " href ="/_static/custom.css ">
30
+ < link href ="https://fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans|IBM+Plex+Sans+Condensed|IBM+Plex+Serif " rel ="stylesheet ">
31
+ < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
32
+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.2.0/css/all.css " integrity ="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ " crossorigin ="anonymous ">
33
+
34
+
35
+ <!-- Compiled and minified JavaScript -->
36
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js "> </ script >
37
+
38
+ <!-- Global site tag (gtag.js) - Google Analytics -->
39
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-51136636-1 "> </ script >
40
+ < script >
41
+ window . dataLayer = window . dataLayer || [ ] ;
42
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
43
+ gtag ( 'js' , new Date ( ) ) ;
44
+
45
+ gtag ( 'config' , 'UA-51136636-1' ) ;
46
+ </ script >
47
+
48
+
49
+ </ head > < body >
50
+ < div class ="navbar-fixed ">
51
+
52
+ < nav >
53
+ < div class ="nav-wrapper container ">
54
+ < a href ="../index.html " class ="brand-logo "> scikit-multilearn</ a >
55
+ < ul id ="nav-mobile " class ="right hide-on-med-and-down ">
56
+ < li > < a href ="../userguide.html "> User Guide</ a > </ li >
57
+ < li > < a href ="../api/skmultilearn.html "> Reference</ a > </ li >
58
+ < li > < a href ="https://github.com/scikit-multilearn/scikit-multilearn "> Github</ a > </ li >
59
+ < li > < a href ="https://pypi.org/project/scikit-multilearn "> PyPi</ a > </ li >
60
+ < li id ="navbar-about "> < a href ="../authors.html "> About</ a > </ li >
61
+ </ ul >
62
+ </ div >
63
+ </ nav >
64
+ </ div >
65
+
66
+
67
+ <!-- this is a replacement -->
68
+
69
+ < div class ="container ">
70
+ < div class ="row ">
71
+ <!-- Table of contents -->
72
+ < div class ="col hide-on-small-only m3 xl2 ">
73
+ < div class ="toc-wrapper ">
74
+ < div style ="height: 1px; ">
75
+ < ul class ="section table-of-contents ">
76
+
77
+ </ ul >
78
+ </ div >
79
+ </ div >
80
+ </ div >
81
+ < div class ="main-text section col s12 m8 offset-m1 xl9 offset-xl3 ">
82
+
83
+
84
+ < h1 > All modules for which code is available</ h1 >
85
+ < ul > < li > < a href ="sklearn/base.html "> sklearn.base</ a > </ li >
86
+ < li > < a href ="skmultilearn/adapt/brknn.html "> skmultilearn.adapt.brknn</ a > </ li >
87
+ < li > < a href ="skmultilearn/adapt/mlaram.html "> skmultilearn.adapt.mlaram</ a > </ li >
88
+ < li > < a href ="skmultilearn/adapt/mlknn.html "> skmultilearn.adapt.mlknn</ a > </ li >
89
+ < li > < a href ="skmultilearn/base/base.html "> skmultilearn.base.base</ a > </ li >
90
+ < li > < a href ="skmultilearn/base/problem_transformation.html "> skmultilearn.base.problem_transformation</ a > </ li >
91
+ < li > < a href ="skmultilearn/cluster/base.html "> skmultilearn.cluster.base</ a > </ li >
92
+ < li > < a href ="skmultilearn/cluster/fixed.html "> skmultilearn.cluster.fixed</ a > </ li >
93
+ < li > < a href ="skmultilearn/cluster/graphtool.html "> skmultilearn.cluster.graphtool</ a > </ li >
94
+ < li > < a href ="skmultilearn/cluster/igraph.html "> skmultilearn.cluster.igraph</ a > </ li >
95
+ < li > < a href ="skmultilearn/cluster/matrix.html "> skmultilearn.cluster.matrix</ a > </ li >
96
+ < li > < a href ="skmultilearn/cluster/networkx.html "> skmultilearn.cluster.networkx</ a > </ li >
97
+ < li > < a href ="skmultilearn/cluster/random.html "> skmultilearn.cluster.random</ a > </ li >
98
+ < li > < a href ="skmultilearn/dataset.html "> skmultilearn.dataset</ a > </ li >
99
+ < li > < a href ="skmultilearn/ensemble/partition.html "> skmultilearn.ensemble.partition</ a > </ li >
100
+ < li > < a href ="skmultilearn/ensemble/rakeld.html "> skmultilearn.ensemble.rakeld</ a > </ li >
101
+ < li > < a href ="skmultilearn/ensemble/rakelo.html "> skmultilearn.ensemble.rakelo</ a > </ li >
102
+ < li > < a href ="skmultilearn/ensemble/voting.html "> skmultilearn.ensemble.voting</ a > </ li >
103
+ < li > < a href ="skmultilearn/ext/meka.html "> skmultilearn.ext.meka</ a > </ li >
104
+ < li > < a href ="skmultilearn/model_selection/iterative_stratification.html "> skmultilearn.model_selection.iterative_stratification</ a > </ li >
105
+ < li > < a href ="skmultilearn/model_selection/measures.html "> skmultilearn.model_selection.measures</ a > </ li >
106
+ < li > < a href ="skmultilearn/problem_transform/br.html "> skmultilearn.problem_transform.br</ a > </ li >
107
+ < li > < a href ="skmultilearn/problem_transform/cc.html "> skmultilearn.problem_transform.cc</ a > </ li >
108
+ < li > < a href ="skmultilearn/problem_transform/lp.html "> skmultilearn.problem_transform.lp</ a > </ li >
109
+ < li > < a href ="skmultilearn/utils.html "> skmultilearn.utils</ a > </ li >
110
+ </ ul >
111
+
112
+ </ div >
113
+ </ div >
114
+
115
+ </ div >
116
+ < div class ="related " role ="navigation " aria-label ="related navigation ">
117
+ < h3 > Navigation</ h3 >
118
+ < ul >
119
+ < li class ="right " style ="margin-right: 10px ">
120
+ < a href ="../genindex.html " title ="General Index "
121
+ accesskey ="I "> index</ a > </ li >
122
+ < li class ="right " >
123
+ < a href ="../py-modindex.html " title ="Python Module Index "
124
+ > modules</ a > |</ li >
125
+ < li class ="nav-item nav-item-0 "> < a href ="../index.html "> scikit-multilearn</ a > »</ li >
126
+ </ ul >
127
+ </ div >
128
+ < footer class ="page-footer blue-grey darken-4 ">
129
+ < div class ="container ">
130
+ < div class ="row ">
131
+ < div class ="col l6 s12 ">
132
+ < h5 class ="white-text "> Cite US!</ h5 >
133
+ < p > If you use scikit-multilearn in your research and publish it, please consider citing us, it will help us get funding for making the library better. The paper is available on < a href ="https://arxiv.org/abs/1702.01460 "> arXiv</ a > , to cite it try the Bibtex code on the right.</ p >
134
+ </ div >
135
+ < div class ="col l4 s12 ">
136
+ < pre > < code >
137
+
138
+ @ARTICLE{2017arXiv170201460S,
139
+ author = {{Szyma{\'n}ski}, P. and {Kajdanowicz}, T.},
140
+ title = "{A scikit-based Python environment for performing multi-label classification}",
141
+ journal = {ArXiv e-prints},
142
+ archivePrefix = "arXiv",
143
+ eprint = {1702.01460},
144
+ primaryClass = "cs.LG",
145
+ keywords = {Computer Science - Learning, Computer Science - Mathematical Software},
146
+ year = 2017,
147
+ month = feb,
148
+ }
149
+
150
+ </ code > </ pre >
151
+ </ div >
152
+ </ div >
153
+ </ div >
154
+ < div class ="footer-copyright blue-grey darken-4 ">
155
+ < div class ="container ">
156
+ Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > 1.7.4.
157
+ </ div >
158
+ </ div >
159
+ </ footer >
160
+ <!-- Place this tag in your head or just before your close body tag. -->
161
+ < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
162
+ </ body >
163
+ </ html >
0 commit comments