DeepCTR multitask workflows for SharedBottom, ESMM, MMOE, and PLE.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill multitask-models --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multitask Models?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-multitask-models)More formats (shields.io, HTML) on the badges page.
---
name: multitask-models
description: "DeepCTR multitask workflows for SharedBottom, ESMM, MMOE, and PLE."
disable-model-invocation: true
metadata:
disco-role: operating
license: Apache 2.0
---
# Multitask Models
Use this sub-skill for DeepCTR multi-output learning tasks that need shared
feature inputs and task-specific heads.
## Covers
- SharedBottom, ESMM, MMOE, and PLE
- task name / task type alignment
- binary vs regression validation where supported
- shared feature reuse from one `dnn_feature_columns` list
- compile / fit / evaluate / predict for multi-output models
- tiny synthetic smoke checks via the bundled script
## Route elsewhere
- Single-output CTR or regression model selection: `keras-model-workflows`
- Feature column construction details: `data-and-feature-columns`
- Estimator workflows: `estimator-workflows`
## Read first
- [API reference](references/api-reference.md): constructor signatures, task
validation, and output name order
- [Workflows](references/workflows.md): two-label preprocessing,
compile/fit/evaluate/predict patterns, and model selection
- [Troubleshooting](references/troubleshooting.md): task-list, string sparse,
loss-order, and output-shape failures
## Smoke check
- [Tiny multitask smoke](scripts/multitask_tiny_smoke.py): synthetic checks for
SharedBottom, ESMM, MMOE, and PLE
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!