All authors
wenmin-wu avatar

Claude Skills by wenmin-wu

github.com/wenmin-wu
535 skillsA× 5350 installs256 views
Yes No Answer Type RoutingA

Routes QA predictions through an answer-type classifier to emit boolean answers, extractive spans, or null based on type logits.

datapythongo
0
61
Adversarial ValidationA

Trains a classifier to distinguish train from test data, detecting distribution shift and identifying leaked features.

testingpythongo
0
61
Anomaly Flag ImputationA

Detects sentinel anomaly values in numeric columns, creates a boolean flag feature, then replaces the sentinel with NaN for proper imputation.

datapython
0
61
Anonymized Target Reverse EngineeringA

Probe an anonymized regression target by testing whether simple invertible transforms (2**y, exp(y), log(y), affine rescale) produce a distribution with recognizable structure — round numbers, integer histograms, or a familiar finance/retail range — and use the recovered semantics to motivate features and loss choices the host's bland description would never suggest

testingpythongo
0
61
Authorized Flag Table SplitA

Split a transaction table by a binary status flag (authorized vs. declined, paid vs. refunded) into two parallel sub-tables, then build the same aggregate feature pipeline on each — the declined-transaction features are usually as predictive as the authorized ones because they encode risk and friction the authorized stream alone hides

developmentpythongo
0
61
Autoencoder Timeseries EmbeddingA

Train a PyTorch autoencoder on time-series summary statistics to produce dense encoded features for downstream GBDT models

datapythongo
0
61
Balanced Log LossA

Class-balanced log loss that weights each class by the inverse of its sample count, equalizing the contribution of minority and majority classes.

toolspython
0
61
Ball Landing PredictionA

Predict where a projectile will land using kinematic equations with estimated gravity to intercept aerial passes in game AI simulations

documentationpythontesting
0
61
Brand Name Recovery From TitleA

Recover missing categorical values by matching words in a related text field against a known vocabulary built from the full dataset

developmentpythongo
0
61
Catboost MultirmseA

CatBoostRegressor with MultiRMSE loss for native multi-output regression, predicting all targets in a single model without per-target loops.

developmentpython
0
61
Chained Target PredictionA

Predict correlated targets sequentially, using earlier target predictions as input features for subsequent targets to exploit inter-target dependencies

toolspython
0
61
Chunked Hdf5 StreamingA

Streams large HDF5 files in fixed-size row chunks to compute summary statistics without loading the full dataset into memory.

datapythongo
0
61
Co Purchase Item PairingA

Recommends items frequently purchased together with a customer's recent items using pre-computed pair dictionaries.

datapython
0
61
Collinear Feature RemovalA

Removes redundant features by iterating pairwise Pearson correlations and dropping one member of each pair exceeding a threshold.

datapythongo
0
61
Column Shuffle AugmentationA

Augments imbalanced tabular data by independently shuffling each feature column within a class, creating synthetic samples that preserve per-column marginal distributions.

datapython
0
61
Confidence Probability ClippingA

Hard-clips predicted probabilities to 0 or 1 when they exceed high-confidence thresholds, reducing log loss on near-certain predictions.

toolspython
0
61
Confidence Weighted Rate EncodingA

Encodes categorical groups by their target rate scaled by a log-confidence factor, smoothing unreliable rates from low-frequency groups toward zero.

developmentpythongo
0
61
Content Difficulty FeaturesA

Precomputes item/content difficulty as historical mean accuracy, merged as a static feature for user-item prediction tasks.

datapython
0
61
Convex Hull Bbox RotationA

Minimize axis-aligned bounding box side length by finding the optimal rotation angle over convex hull vertices using bounded scalar optimization

developmentpythongo
0
61
Cross Dataset User AggregationA

Build user-level behavioral features (avg listing duration, relisting frequency, total items) by joining auxiliary activity tables that share user_id but not item_id with train/test

datapython
0
61
Crps Cdf LossA

Model cumulative distribution via softmax output layer and CRPS loss — for probabilistic regression over discrete bins

datapythonbackend
0
61
Cyclical Feature EncodingA

Encodes cyclical features (hour, month, day-of-week) using sine/cosine transforms to preserve circular distance.

developmentpythongo
0
61
Declarative Groupby AggregationA

Config-driven feature factory that generates groupby aggregation features from a declarative spec list, supporting count, mean, var, nunique, cumcount, and custom lambdas.

datapythontesting
0
61
Distribution Matching PostprocessA

Reshapes model predictions to match the known label distribution from training data using rank-based mapping.

developmentpythongo
0
61
Dtype Preset Csv LoadA

Predefines minimal unsigned integer dtypes before CSV loading to cut DataFrame memory usage by 2-4x without any data loss.

datapythongo
0
61
Featureunion Field DispatchA

Use sklearn FeatureUnion with closure-based preprocessors to apply different vectorizers to different DataFrame columns in a single fit_transform call

developmentpythongo
0
61
Frequency EncodingA

Adds each feature's value-count frequency as a new column, enabling tree models to split on how common or rare a value is.

developmentpythongo
0
61
Game State Grid EncodingA

Encode a 2D game board into a normalized multi-channel feature tensor with log-scaled resources, signed unit counts, and directional features for RL agents

developmentpythongo
0
61
Gmm Feature AugmentationA

Fits a Gaussian Mixture Model on the joint feature-target space and samples synthetic data pairs to augment small tabular datasets.

datapython
0
61
Gnn On Knn GraphA

Constructs a customer similarity graph via KNN on mixed features, then trains a GraphSAGE GNN for node classification. Captures relational patterns that tree and linear models miss, adding ensemble diversity.

businesspythongo
0
61
Group Kfold Leak PreventionA

Uses GroupKFold to prevent data leakage when multiple rows share a common entity (e.g., same user, question, or document).

developmentpythongo
0
61
Group Mean Log Mae MetricA

Custom evaluation metric that computes log of per-group MAE then averages, penalizing uniformly bad groups.

developmentpythongo
0
61
Group Shuffle SplitA

Splits train/validation using GroupShuffleSplit so that related samples (forks, families, sessions) never span both sets.

datapython
0
61
Haversine Knn Candidate GenerationA

Generates geographically proximate candidate pairs for entity matching using KNN with haversine distance, optionally partitioned by country.

developmentpythongit
0
61
Hierarchical Collision CascadeA

Three-level polygon overlap test — AABB early exit, then point-in-polygon ray casting, then segment intersection — for fast non-convex collision detection

developmentpythongo
0
61
Hierarchical Rule EngineA

Two-level group-then-pattern dispatch for game AI agents where groups filter by game state and ordered patterns within a group fire the first matching action

ai-agentspythongo
0
61
Implicit Als Collaborative FilteringA

Alternating Least Squares matrix factorization on sparse user-item interaction matrices for implicit feedback recommendations.

toolspythongo
0
61
Inner Kfold Target EncodingA

Computes leak-free target encoding statistics (mean, std, min, max) using nested inner KFold within each outer CV fold, preventing target leakage that occurs with naive groupby-based encoding.

datapythongo
0
61
Iterative Pseudo Label RefinementA

Multi-round pseudo labeling with progressively confident test predictions merged into training plus OOF-based train label correction

datapython
0
61
L1 Coefficient Interaction MapA

Extract and visualize per-subgroup feature coefficient signs from L1-regularized models as an interaction heatmap for EDA

developmentpythongo
0
61
Last Diff Lag FeaturesA

Compute first-order difference between last and second-to-last rows per entity in panel data to capture recent trend direction and magnitude

datapythonexpress
0
61
Leak Free Loop FeaturesA

Iterates through rows chronologically to accumulate user statistics, fetching current state before updating to prevent future data leakage.

datapython
0
61
Lgbm Dart BoostingA

Use LightGBM DART boosting (dropout on trees) with aggressive feature and bagging fractions to reduce overfitting on high-dimensional tabular data

documentationpythonexpress
0
61
Log Odds Fold AveragingA

Average model predictions across CV folds in log-odds space rather than probability space for better-calibrated ensemble outputs

documentationpythonexpress
0
61
Logit Transform StackingA

Applies logit transformation to base model probabilities before fitting a logistic regression meta-learner, enabling principled linear combination in log-odds space.

datapythongit
0
61
Logspace Recency RerankingA

Rerank session candidates using log-spaced recency weights multiplied by interaction-type multipliers

devopspython
0
61
Majority Vote Submission BlendA

Blend multiple submission CSVs by row-wise majority voting on discrete predictions to produce a more robust final output

code-qualitypythongo
0
61
Morgan Fingerprint FeaturesA

Converts molecular SMILES strings to fixed-length Morgan fingerprint bit vectors using RDKit for use as tabular ML features.

datapython
0
61
Multi Input Embedding NnA

Keras multi-input model with separate embedding layers for categoricals, GRU for text sequences, and dense layers for numerics, all concatenated into a shared regression trunk

testingpythongo
0
61
Multi Output Auxiliary TargetsA

Neural network with multiple output heads for main target plus auxiliary targets, improving representation learning via shared layers.

businesspythongo
0
61