opsci-toolbox 0.0.18__py3-none-any.whl → 0.0.19__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 -3
- {opsci_toolbox-0.0.18.dist-info → opsci_toolbox-0.0.19.dist-info}/METADATA +1 -1
- {opsci_toolbox-0.0.18.dist-info → opsci_toolbox-0.0.19.dist-info}/RECORD +6 -6
- {opsci_toolbox-0.0.18.dist-info → opsci_toolbox-0.0.19.dist-info}/WHEEL +0 -0
- {opsci_toolbox-0.0.18.dist-info → opsci_toolbox-0.0.19.dist-info}/dependency_links.txt +0 -0
- {opsci_toolbox-0.0.18.dist-info → opsci_toolbox-0.0.19.dist-info}/top_level.txt +0 -0
@@ -114,7 +114,6 @@ def hdbscan_cuml_clustering(embeddings: np.ndarray,
|
|
114
114
|
cluster_selection_epsilon: float = 0.0,
|
115
115
|
cluster_selection_method: str = 'eom',
|
116
116
|
gen_min_span_tree: bool = False,
|
117
|
-
gen_condensed_tree: bool = False,
|
118
117
|
gen_single_linkage_tree_: bool = False,
|
119
118
|
prediction_data: bool = True) -> tuple:
|
120
119
|
"""
|
@@ -168,8 +167,6 @@ def hdbscan_cuml_clustering(embeddings: np.ndarray,
|
|
168
167
|
cluster_selection_epsilon=cluster_selection_epsilon,
|
169
168
|
cluster_selection_method=cluster_selection_method,
|
170
169
|
gen_min_span_tree = gen_min_span_tree,
|
171
|
-
gen_condensed_tree = gen_condensed_tree,
|
172
|
-
gen_single_linkage_tree_ = gen_single_linkage_tree_,
|
173
170
|
prediction_data=prediction_data)
|
174
171
|
|
175
172
|
clusterer.fit_predict(embeddings)
|
@@ -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=akzdBCj0KALpXtQgEFn6yhpvkoii3IXPPcEYVqoYq3M,30631
|
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.19.dist-info/METADATA,sha256=osGBhbg93wUROi2rSNYgqKSGNXRMgkG1XWGVJ3GtG0A,1727
|
23
|
+
opsci_toolbox-0.0.19.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
24
|
+
opsci_toolbox-0.0.19.dist-info/dependency_links.txt,sha256=bEiJsgyh9M0F_pGpJBwUYDefiTNq9F6QEGfQS5RH1Os,39
|
25
|
+
opsci_toolbox-0.0.19.dist-info/top_level.txt,sha256=fUiqxou4FPec_tOfauTLCKAuepeYLfRyhedycWxVnq4,14
|
26
|
+
opsci_toolbox-0.0.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|