sklearn.utils.estimator_html_repr

sklearn.utils.estimator_html_repr()

Construye una representación HTML de un estimador.

Lee más en el Manual de usuario.

Parámetros
estimadorobjeto estimador

El estimador a visualizar.

Devuelve
html: str

Representación HTML del estimador.