scikit-learn-pipelines-and-column-transformers

scikit-learn-pipelines-and-column-transformers is a skill for Claude Code, Codex from MarieLynneBlock/arcanum-artifex. It costs 35 tokens per session (278 once invoked), scanned A, original, no licence file.

A skill for organising scikit-learn data preparation and model steps into pipelines. Column transformers apply different preparation steps to different columns in a data table.

In plain words
What is it for?
Use it when building scikit-learn pipelines or applying separate transformations to different types of columns.
Why use it?
It helps keep preprocessing and modelling steps together and consistent, reducing errors between training and later predictions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when building scikit-learn pipelines or applying separate transformations to different types of columns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marielynneblock/arcanum-artifex/scikit-learn-pipelines-and-column-transformers
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MarieLynneBlock/arcanum-artifex --skill scikit-learn-pipelines-and-column-transformers
Clone the repo
git clone --depth 1 https://github.com/MarieLynneBlock/arcanum-artifex

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scikit-learn-pipelines-and-column-transformers

README.md
[![agentmods](https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/scikit-learn-pipelines-and-column-transformers/github.svg)](https://agentmods.dev/skills/marielynneblock/arcanum-artifex/scikit-learn-pipelines-and-column-transformers)
Your own site
<a href="https://agentmods.dev/skills/marielynneblock/arcanum-artifex/scikit-learn-pipelines-and-column-transformers"><img src="https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/scikit-learn-pipelines-and-column-transformers/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for scikit-learn-pipelines-and-column-transformers

Your own site · 80×15
<a href="https://agentmods.dev/skills/marielynneblock/arcanum-artifex/scikit-learn-pipelines-and-column-transformers"><img src="https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/scikit-learn-pipelines-and-column-transformers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00278
Opus 5 $0.00017 $0.00139
Sonnet 5 $0.00007 $0.00056
Haiku 4.5 $0.00003 $0.00028

Measured 8d ago against content hash eb964fec3e9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

scikit-learn-pipelines-and-column-transformers scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/data-science/scikit-learn-pipelines-and-column-transformers/SKILL.md · 46 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 46 lines · 35 tokens per session scan A eb964fec3e9d

Subscribe to this mod's changes

scikit-learn-pipelines-and-column-transformers is a skill published in the GitHub repository MarieLynneBlock/arcanum-artifex (4 stars, last pushed 7d ago), with no licence file. It adds 35 tokens to every session and 278 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

marimo-pair

Work inside the user's live marimo notebook from the code editor: run Python in the same kernel the user does, inspect live notebook state, and commit durable notebook changes through code mode. Use whenever you create, analyze, or improve the user's marimo notebook.

marimo-team/marimo · 57 tokens

accelerated-computing-cudf

Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and multi-GPU DataFrame workloads.

NVIDIA/skills · 56 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

alterlab-scikit-learn

Classical machine learning in Python with scikit-learn — algorithms, preprocessing, pipelines, and best-practice reference documentation. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning…

AlterLab-IEU/AlterLab-Academic-Skills · 79 tokens

python-run

Run and debug Python scripts in the project. Use when the user says "run python", "execute this script", "debug this py file", or wants to run/modify a .py file. Handles dependency checks, linting, execution, and error analysis.

congchuanling-dot/Cohort · 56 tokens

goga-cell-python

Python rules for implementing CODEMANIFEST contracts.

qarium/goga · 13 tokens