8000 API MNT Exposes trustworthiness in top level module which was depreca… · jeremiedbb/scikit-learn@bc19954 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit bc19954

Browse files
thomasjpfanadrinjalali
authored andcommitted
API MNT Exposes trustworthiness in top level module which was deprecated/removed by mistake (scikit-learn#15337)
1 parent 0a7adef commit bc19954

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/modules/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ Miscellaneous
882882
manifold.locally_linear_embedding
883883
manifold.smacof
884884
manifold.spectral_embedding
885-
manifold.t_sne.trustworthiness
885+
manifold.trustworthiness
886886

887887

888888
.. _metrics_ref:

sklearn/manifold/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
from ._isomap import Isomap
77
from ._mds import MDS, smacof
88
from ._spectral_embedding_ import SpectralEmbedding, spectral_embedding
9-
from ._t_sne import TSNE
9+
from ._t_sne import TSNE, trustworthiness
1010

1111
__all__ = ['locally_linear_embedding', 'LocallyLinearEmbedding', 'Isomap',
12-
'MDS', 'smacof', 'SpectralEmbedding', 'spectral_embedding', "TSNE"]
12+
'MDS', 'smacof', 'SpectralEmbedding', 'spectral_embedding', "TSNE",
13+
'trustworthiness']

0 commit comments

Comments
 (0)
0