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,0811,104 of 12,850 skills

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
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
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
Group Shuffle SplitA

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

datapython
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
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
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
Crps Cdf LossA

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

datapythonbackend
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
Content Difficulty FeaturesA

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

datapython
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
Collinear Feature RemovalA

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

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
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
Autoencoder Timeseries EmbeddingA

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

datapythongo
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
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
Uniform Stride SamplingA

Samples N items uniformly by stride from a variable-length list, always preserving the first and last elements, to fit long sequences into a fixed token budget.

datapython
0
61
Transformer Lgbm StackingA

Two-stage stacking: transformer predictions plus hand-crafted features feed into a LightGBM meta-learner.

datapython
0
61
Tpu Multicore InferenceA

Distributes inference across multiple TPU cores using torch_xla, each core writing a CSV shard, then merges shards via groupby mean.

datapython
0
61
Tfidf Weighted Word MatchA

Computes word overlap ratio between two texts weighted by inverse corpus frequency, giving rare shared words more importance than common ones.

datapython
0
61
Taxonomy Context EnrichmentA

Enrich model input by mapping categorical codes to human-readable taxonomy descriptions and concatenating them as context for transformer models

datapythongo
0
61
Span Overlap F1 MetricA

Evaluates NER span predictions using bidirectional word-index overlap (>=50% both ways) to compute micro-F1 over predicted vs ground-truth spans.

datapython
0
61
Negative Sample DownsamplingA

Downsamples documents with no entity labels while keeping all positive samples, balancing class distribution in NER training without discarding entity-bearing examples.

datapython
0
61