Spec-Zone.ru › scikit-learn

estimator_html_repr

sklearn.utils.estimator_html_repr(estimator)[source]

Построение HTML-представления оценщика.

Дополнительная информация в Руководстве пользователя.

Параметры:
estimatorобъект оценщика

Оценщик для визуализации.

Возвращает:
html: str

HTML-представление оценщика.

Примеры

>>> from sklearn.utils._estimator_html_repr import estimator_html_repr
>>> from sklearn.linear_model import LogisticRegression
>>> estimator_html_repr(LogisticRegression())
'<style>...</div>'

© 2007–2025 The scikit-learn developers
Licensed under the 3-clause BSD License.
https://scikit-learn.org/1.6/modules/generated/sklearn.utils.estimator_html_repr.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API