File tree Expand file tree Collapse file tree 2 files changed +14
-137
lines changed Expand file tree Collapse file tree 2 files changed +14
-137
lines changed Original file line number Diff line number Diff line change 1- #
2- # This file is autogenerated by pip-compile with Python 3.11
3- # by the following command:
4- #
5- # pip-compile
6- #
7- alabaster == 0.7.13
8- # via sphinx
9- babel == 2.13.1
10- # via sphinx
11- certifi == 2024.7.4
12- # via requests
13- charset-normalizer == 3.3.1
14- # via requests
15- click == 8.1.7
16- # via nltk
17- contourpy == 1.2.0
18- # via matplotlib
19- cycler == 0.12.1
20- # via matplotlib
21- docutils == 0.18.1
22- # via
23- # pybtex-docutils
24- # sphinx
25- # sphinx-rtd-theme
26- # sphinxcontrib-bibtex
27- et-xmlfile == 1.1.0
28- # via openpyxl
29- fonttools == 4.48.1
30- # via matplotlib
31- idna == 3.7
32- # via requests
33- imagesize == 1.4.1
34- # via sphinx
35- jinja2 == 3.1.5
36- # via sphinx
37- joblib == 1.3.2
38- # via nltk
39- kiwisolver == 1.4.5
40- # via matplotlib
41- latexcodec == 2.0.1
42- # via pybtex
43- markupsafe == 2.1.3
44- # via jinja2
45- matplotlib == 3.8.2
46- # via niapy
47- niapy == 2.1.0
48- # via -r requirements.in
49- nltk == 3.9
50- # via -r requirements.in
51- numpy == 1.26.4
52- # via
53- # -r requirements.in
54- # contourpy
55- # matplotlib
56- # niapy
57- # pandas
58- openpyxl == 3.1.2
59- # via niapy
60- packaging == 23.2
61- # via
62- # matplotlib
63- # sphinx
64- pandas == 2.2.0
65- # via
66- # -r requirements.in
67- # niapy
68- pillow == 10.3.0
69- # via matplotlib
70- pybtex == 0.24.0
71- # via
72- # pybtex-docutils
73- # sphinxcontrib-bibtex
74- pybtex-docutils == 1.0.3
75- # via sphinxcontrib-bibtex
76- pygments == 2.16.1
77- # via sphinx
78- pyparsing == 3.1.1
79- # via matplotlib
80- python-dateutil == 2.8.2
81- # via
82- # matplotlib
83- # pandas
84- pytz == 2024.1
85- # via pandas
86- pyyaml == 6.0.1
87- # via pybtex
88- regex == 2023.12.25
89- # via nltk
90- requests == 2.32.0
91- # via sphinx
92- six == 1.16.0
93- # via
94- # latexcodec
95- # pybtex
96- # python-dateutil
97- snowballstemmer == 2.2.0
98- # via sphinx
99- sphinx == 7.2.6
100- # via
101- # -r requirements.in
102- # sphinx-rtd-theme
103- # sphinxcontrib-applehelp
104- # sphinxcontrib-bibtex
105- # sphinxcontrib-devhelp
106- # sphinxcontrib-htmlhelp
107- # sphinxcontrib-jquery
108- # sphinxcontrib-qthelp
109- # sphinxcontrib-serializinghtml
110- sphinx-rtd-theme == 1.3.0
111- # via -r requirements.in
112- sphinxcontrib-applehelp == 1.0.7
113- # via sphinx
114- sphinxcontrib-bibtex == 2.5.0
115- # via -r requirements.in
116- sphinxcontrib-devhelp == 1.0.5
117- # via sphinx
118- sphinxcontrib-htmlhelp == 2.0.4
119- # via sphinx
120- sphinxcontrib-jquery == 4.1
121- # via sphinx-rtd-theme
122- sphinxcontrib-jsmath == 1.0.1
123- # via sphinx
124- sphinxcontrib-qthelp == 1.0.6
125- # via sphinx
126- sphinxcontrib-serializinghtml == 1.1.9
127- # via sphinx
128- tqdm == 4.66.3
129- # via nltk
130- tzdata == 2023.4
131- # via pandas
132- urllib3 == 2.2.2
133- # via requests
1+ niapy >= 2.5.2 ,< 3.0.0
2+ numpy >= 1.26.1 ,< 2.0.0
3+ pandas >= 2.1.1 ,< 3.0.0
4+ nltk >= 3.8.1 ,< 4.0.0
5+ plotly >= 5.22.0 ,< 6.0.0
6+ scikit-learn >= 1.5.1 ,< 2.0.0
7+ sphinx-rtd-theme >= 1.0.0 ,< 2.0.0
8+ sphinxcontrib-bibtex >= 2.4.1 ,< 3.0.0
9+ sphinx >= 7.2.6 ,< 8.0.0
10+ tomli >= 2.0.1 ,< 3.0.0 ; python_version < "3.11"
Original file line number Diff line number Diff line change @@ -159,13 +159,13 @@ class Rule:
159159 leverage: difference between the frequency of antecedent and the consequent appearing together and the expected
160160 frequency of them appearing separately based on their individual support
161161
162- :math: `leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
162+ :math:`leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
163163
164- **Range:** :math: `[-1, 1]` (-1 reflects total negative association, 1 reflects perfect positive association
164+ **Range:** :math:`[-1, 1]` (-1 reflects total negative association, 1 reflects perfect positive association
165165 and 0 reflects independence)
166166
167- **Reference:** Gregory Piatetsky-Shapiro. 1991. Discovery, Analysis, and Presentation of Strong Rules. In
168- Knowledge Discovery in Databases, Gregory Piatetsky-Shapiro and William J. Frawley (Eds.). AAAI/MIT Press, 229–248.
167+ **Reference:** Gregory Piatetsky-Shapiro. 1991. Discovery, Analysis, and Presentation of Strong Rules. In
168+ Knowledge Discovery in Databases, Gregory Piatetsky-Shapiro and William J. Frawley (Eds.). AAAI/MIT Press, 229–248.
169169 """
170170
171171 __slots__ = (
You can’t perform that action at this time.
0 commit comments