Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 1 addition & 6 deletions release/_preview_committed/kaggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,8 @@
],
"isAccessibleForFree": true,
"keywords": [
"b2b",
"classification",
"crm",
"education",
"lead-scoring",
"saas",
"synthetic-data",
"tabular"
],
"license": "https://opensource.org/licenses/MIT",
Expand Down Expand Up @@ -1471,7 +1466,7 @@ <h2 class="section__heading">Sources</h2>
</ul>
</section>
<footer class="dataset-footer">
<div class="dataset-footer__keywords"><span class="chip">b2b</span> <span class="chip">classification</span> <span class="chip">crm</span> <span class="chip">education</span> <span class="chip">lead-scoring</span> <span class="chip">saas</span> <span class="chip">synthetic-data</span> <span class="chip">tabular</span></div>
<div class="dataset-footer__keywords"><span class="chip">classification</span> <span class="chip">education</span> <span class="chip">tabular</span></div>
<div class="dataset-footer__license">License: MIT</div>
<div class="dataset-footer__note">Local Kaggle publication-readiness preview rendered by scripts/preview_kaggle_page.py — not the live dataset page.</div>
</footer>
Expand Down
5 changes: 0 additions & 5 deletions release/kaggle/dataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
"image": "dataset-cover-image.png",
"isPrivate": false,
"keywords": [
"b2b",
"classification",
"crm",
"education",
"lead-scoring",
"saas",
"synthetic-data",
"tabular"
],
"licenses": [
Expand Down
4 changes: 1 addition & 3 deletions scripts/lint_platform_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
"validation": "valid",
"test": "test",
}
REQUIRED_COMMON_TAGS: Final[frozenset[str]] = frozenset(
{"b2b", "crm", "lead-scoring", "synthetic-data", "tabular"}
)
REQUIRED_COMMON_TAGS: Final[frozenset[str]] = frozenset({"tabular"})
EXPECTED_KAGGLE_KEYWORDS: Final[frozenset[str]] = frozenset(DEFAULT_KAGGLE_KEYWORDS)
EXPECTED_HF_TAGS: Final[frozenset[str]] = frozenset(DEFAULT_HF_TAGS)
REQUIRED_HF_TASK: Final[str] = "tabular-classification"
Expand Down
5 changes: 0 additions & 5 deletions scripts/package_kaggle_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,8 @@
DEFAULT_SUBTITLE: Final[str] = "Three-tier synthetic CRM funnel for leakage-aware lead scoring"

DEFAULT_KEYWORDS: Final[tuple[str, ...]] = (
"b2b",
"classification",
"crm",
"education",
"lead-scoring",
"saas",
"synthetic-data",
"tabular",
)

Expand Down
5 changes: 0 additions & 5 deletions tests/scripts/test_lint_platform_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,8 @@ def _minimal_artifacts() -> tuple[dict[str, object], dict[str, object]]:
"isPrivate": False,
"licenses": [{"name": "MIT"}],
"keywords": [
"b2b",
"classification",
"crm",
"education",
"lead-scoring",
"saas",
"synthetic-data",
"tabular",
],
"expectedUpdateFrequency": "never",
Expand Down
Loading