opsci-toolbox 0.0.17__py3-none-any.whl → 0.0.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- opsci_toolbox/helpers/nlp_cuml.py +0 -2
- {opsci_toolbox-0.0.17.dist-info → opsci_toolbox-0.0.18.dist-info}/METADATA +1 -1
- {opsci_toolbox-0.0.17.dist-info → opsci_toolbox-0.0.18.dist-info}/RECORD +6 -6
- {opsci_toolbox-0.0.17.dist-info → opsci_toolbox-0.0.18.dist-info}/WHEEL +0 -0
- {opsci_toolbox-0.0.17.dist-info → opsci_toolbox-0.0.18.dist-info}/dependency_links.txt +0 -0
- {opsci_toolbox-0.0.17.dist-info → opsci_toolbox-0.0.18.dist-info}/top_level.txt +0 -0
@@ -113,7 +113,6 @@ def hdbscan_cuml_clustering(embeddings: np.ndarray,
|
|
113
113
|
p: int = 2,
|
114
114
|
cluster_selection_epsilon: float = 0.0,
|
115
115
|
cluster_selection_method: str = 'eom',
|
116
|
-
approx_min_span_tree: bool = True,
|
117
116
|
gen_min_span_tree: bool = False,
|
118
117
|
gen_condensed_tree: bool = False,
|
119
118
|
gen_single_linkage_tree_: bool = False,
|
@@ -168,7 +167,6 @@ def hdbscan_cuml_clustering(embeddings: np.ndarray,
|
|
168
167
|
p=p,
|
169
168
|
cluster_selection_epsilon=cluster_selection_epsilon,
|
170
169
|
cluster_selection_method=cluster_selection_method,
|
171
|
-
approx_min_span_tree=approx_min_span_tree,
|
172
170
|
gen_min_span_tree = gen_min_span_tree,
|
173
171
|
gen_condensed_tree = gen_condensed_tree,
|
174
172
|
gen_single_linkage_tree_ = gen_single_linkage_tree_,
|
@@ -12,15 +12,15 @@ opsci_toolbox/helpers/dataviz.py,sha256=viIrTrnxFzCRLY5sJDEz3jJtsB-gZTZb2uLoq0yv
|
|
12
12
|
opsci_toolbox/helpers/dates.py,sha256=Pq-SKP2n1z0_jzU8NxGSv8CHLH_MOKjP_rNYeny0Tb8,4752
|
13
13
|
opsci_toolbox/helpers/gliner.py,sha256=qLkpuoCDezQyYmg_TE3XYETSpobHods6WBjCLo0Gjqw,3579
|
14
14
|
opsci_toolbox/helpers/nlp.py,sha256=MC2ibMi0j9BCysloEPXpvpvRlzlMvRn8krOAcFF-4VU,108286
|
15
|
-
opsci_toolbox/helpers/nlp_cuml.py,sha256=
|
15
|
+
opsci_toolbox/helpers/nlp_cuml.py,sha256=XRGHzjLdZDapC6EBczDKz0YtMdmh90ba4jC0nONv56E,30853
|
16
16
|
opsci_toolbox/helpers/sna.py,sha256=yzBTQXYXow_lKGhlSMz8hYl2JcSlle95YEDht9v-_fY,33734
|
17
17
|
opsci_toolbox/helpers/sql.py,sha256=LMrDWcv1QpfE8HyyrqiKuhhkt930lvME3-AKU89LF38,1928
|
18
18
|
opsci_toolbox/helpers/surreaction.py,sha256=JjVvHs7Sf9IJxX0QdHpQ_3E8-c_OS6q_bfUKvurl1z4,7093
|
19
19
|
opsci_toolbox/lexicons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
opsci_toolbox/lexicons/stop_words_en.csv,sha256=4lzjBZHCn_b3lg_CUNkmA_MDQ7DLEpS83k6-dWpkC2o,1957
|
21
21
|
opsci_toolbox/lexicons/stop_words_fr.csv,sha256=sPdA8VmyNYbiHg-M8O3tg7ayHvCE3GDg6cF-oSZxICM,6776
|
22
|
-
opsci_toolbox-0.0.
|
23
|
-
opsci_toolbox-0.0.
|
24
|
-
opsci_toolbox-0.0.
|
25
|
-
opsci_toolbox-0.0.
|
26
|
-
opsci_toolbox-0.0.
|
22
|
+
opsci_toolbox-0.0.18.dist-info/METADATA,sha256=eJDFBxw2qyYaVHt0_ffz953GdlX9MnvZcDXwT6zoNjw,1727
|
23
|
+
opsci_toolbox-0.0.18.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
24
|
+
opsci_toolbox-0.0.18.dist-info/dependency_links.txt,sha256=bEiJsgyh9M0F_pGpJBwUYDefiTNq9F6QEGfQS5RH1Os,39
|
25
|
+
opsci_toolbox-0.0.18.dist-info/top_level.txt,sha256=fUiqxou4FPec_tOfauTLCKAuepeYLfRyhedycWxVnq4,14
|
26
|
+
opsci_toolbox-0.0.18.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|