Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH add HTML repr in notebooks for Card #372

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix import
adrinjalali committed Jun 22, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
weihanglo Weihang Lo
commit 621a47588d1988a439c49699cb0699123b7e2c0e
3 changes: 2 additions & 1 deletion skops/card/_model_card.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,8 @@

import joblib
from huggingface_hub import ModelCardData
from sklearn.utils import available_if, estimator_html_repr
from sklearn.utils import estimator_html_repr
from sklearn.utils.metaestimators import available_if
from tabulate import tabulate # type: ignore

from skops.card._templates import CONTENT_PLACEHOLDER, SKOPS_TEMPLATE, Templates