Category

Data & Analytics

Data analysis, BI, visualization, datasets, statistics, and ML workflows

12,850
skills in category
536
pages available
Security grades appear on each card once the skill has been scanned. Newly imported skills may briefly show without a grade until the backfill job runs.
Open in full browser

Browse data & analytics skills

Showing 1,1051,128 of 12,850 skills

Minmax Normalized Ensemble BlendA

Min-max normalizes each model's predictions to [0,1] before averaging, ensuring equal contribution regardless of score distribution scale.

datapython
0
61
Length Sorted BatchingA

Sort texts by length before batching with dynamic padding to minimize wasted padding tokens and speed up transformer inference

datapython
0
61
Label Smoothing BinaryA

Applies label smoothing to binary cross-entropy loss to reduce overconfidence and improve generalization in text classification.

datapythongo
0
61
Keystroke Essay ReconstructionA

Replay keystroke activity logs (Input/Replace/Paste/Remove/Move) against a string buffer to reconstruct the evolving essay text

datapython
0
61
Joint Span Answer Type HeadA

Dual-head transformer model that jointly predicts start/end span logits from sequence output and answer type from pooled CLS output.

datapythongit
0
61
Jaccard Fbeta Ner MetricA

Computes micro F-beta for NER where true positives are determined by Jaccard word-overlap >= threshold rather than exact string match.

datapython
0
61
In Task PretrainingA

Further pretrains a transformer with masked language modeling on the target task's own text before fine-tuning.

datapythonperformance
0
61
Dynamic Batch PaddingA

Pads each batch to its actual max sequence length instead of the global max_len, reducing wasted computation.

datapython
0
61
Deberta ClassificationA

Fine-tunes DeBERTa-v3 for text classification tasks. Use when building text classifiers, sentiment analysis, or multi-label classification on domain-specific data.

datapython
0
61
Class Balanced Dataset MergeA

Merges multiple training datasets while keeping all positive examples and downsampling negatives to control class imbalance.

datapython
0
61
Checkpoint Ensemble ExponentialA

Average predictions from each epoch checkpoint with exponentially increasing weights (2^epoch), favoring later more-converged snapshots

datapythongit
0
61
Bio Tagging Sliding WindowA

Splits long documents into overlapping fixed-length windows with BIO NER tags for BERT token classification on sequences exceeding max length.

datapython
0
61
Bidirectional Translation AugmentationA

Double training data by adding reverse-direction translation pairs with task prefix prompts

datapythonperformance
0
61
Adafactor Label Smoothing Seq2seqA

Use Adafactor optimizer with label smoothing for seq2seq fine-tuning — memory-efficient and regularizes overconfident predictions

datapython
0
61
Answer Accumulation FilterA

Parse sequential yes/no answers to build inclusion/exclusion sets, then apply compound boolean filters to narrow a candidate list

datapythongo
0
61
Agreement Confidence EnsembleA

Ensemble multi-model LLM predictions using weighted combination of average probability, cross-model agreement ratio, and max confidence

datapython
0
61
Two Stage Classify Then DetectA

Chain a study-level classifier with an image-level detector, merging class probabilities and bounding boxes into a unified prediction

datapython
0
61
Triple Stratified Shard FoldsA

Pre-shard TFRecords into N files each balanced along 3 axes (patient, target, image-count), then KFold over file indices for leak-free triple-stratified folds

datapython
0
61
Tensorrt Fp16 CompilationA

Compiles a PyTorch model to a TensorRT FP16 engine via torch_tensorrt for 2-5x inference speedup, saved as reusable TorchScript.

datapython
0
61
Sparse Event Temporal Window ExpansionA

Turn sparse single-frame event labels (impacts, collisions, goals) into a usable detector training set by stamping the positive label onto a ±k-frame window around each event, then dropping any frame that contains no positives — gives the detector enough positive samples without changing the original annotation

datapythongo
0
61
Separate Pos Neg Dice TrackingA

Track dice score separately for positive (mask-present) and negative (empty-mask) images to avoid division distortion

datapythongo
0
61
Rgby 4channel Fluorescence LoaderA

Load fluorescence microscopy images stored as 4 separate single-channel PNGs (red microtubules, green target protein, blue nucleus, yellow ER) into a single HxWx4 tensor, preserving the biological semantics of each channel rather than collapsing to RGB

datapython
0
61
Percentile Contrast StretchA

Normalize high-dynamic-range satellite or medical imagery to [0,1] using per-channel percentile clipping to suppress outliers while preserving relative contrast

datapython
0
61
Per Patient Slice Maxpool AggregationA

Aggregate per-slice CNN predictions into a single patient-level injury score by mean-pooling across TTA copies first, then max-pooling across slices — the worst-slice wins, which matches the medical reality that one bad slice is enough to grade the patient

datapython
0
61