.. _f-predictabletsne: module ``mlmodel.predictable_tsne`` =================================== .. inheritance-diagram:: mlinsights.mlmodel.predictable_tsne Short summary +++++++++++++ module ``mlinsights.mlmodel.predictable_tsne`` Implements a predicatable *t-SNE*. :githublink:`%|py|5` Classes +++++++ +--------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +================================================================================+========================================================================================================================+ | :class:`PredictableTSNE ` | :epkg:`t-SNE` is an interesting transform which can only be used to study data as there is no way to reproduce the ... | +--------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ Properties ++++++++++ +------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ | property | truncated documentation | +==========================================================================================+==================================================================================================================+ | :py:meth:`_repr_html_ ` | HTML representation of estimator. This is redundant with the logic of `_repr_mimebundle_`. The latter should ... | +------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | method | truncated documentation | +====================================================================================+============================================================================+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :meth:`fit ` | Trains a :epkg:`TSNE` then trains an estimator to approximate its outputs. | +------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :meth:`transform ` | Runs the predictions. | +------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlinsights.mlmodel.predictable_tsne :members: :special-members: __init__ :show-inheritance: