ds-utils-transformers
CommunityTransformers for multi-label binarization and embeddings.
Authoridanmoradarthas
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Provides Sklearn-compatible transformers to integrate multi-label binarization and sentence embeddings into pipelines, enabling feature extraction and preprocessing in a consistent interface.
Core Features & Use Cases
- MultiLabelBinarizerTransformer: wraps sklearn's MultiLabelBinarizer so pipelines get get_feature_names_out and dense matrices.
- SentenceEmbeddingTransformer: wraps sentence-transformers models for use in pipelines with lazy loading and NaN handling.
- Use Case: Build a pipeline to binarize tags and then feed embeddings into a classifier, or combine text features with numeric ones using ColumnTransformer.
Quick Start
Create a Pipeline using MultiLabelBinarizerTransformer for your label column and, when processing text data, append SentenceEmbeddingTransformer to produce embeddings for model training.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ds-utils-transformers Download link: https://github.com/idanmoradarthas/DataScienceUtils/archive/main.zip#ds-utils-transformers Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.