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,0571,080 of 12,850 skills

Weighted Gini Top Recall MetricA

Custom ranking metric combining normalized weighted Gini coefficient with top-K% capture rate for imbalanced classification with class-weighted evaluation

datapythonexpress
0
61
Typed Panel AggregationA

Aggregate panel/sequential data with type-appropriate statistics — numeric (mean/std/min/max/last) and categorical (count/last/nunique) — then concat into flat features

datapythongo
0
61
Transductive Train Test TransformA

Fit unsupervised transforms (scaler, PCA, variance filter) on combined train+test data for more stable statistics, especially on small datasets

datapythongo
0
61
Threaded Parquet Describe FeaturesA

Parallel-load per-subject parquet time-series files with ThreadPoolExecutor and flatten describe() statistics into tabular feature vectors

datapythongo
0
61
Temporal Session AggregationA

Builds user-level features by accumulating statistics across sequential event sessions before each assessment point.

datapython
0
61
Tabular To Image CnnA

Reshapes tabular features into 2D pseudo-images via random feature permutation, enabling CNN-based feature interaction learning.

datapython
0
61
Tabnet Sklearn WrapperA

Wrap PyTorch TabNet in a scikit-learn BaseEstimator with built-in imputation and early stopping for use in VotingRegressor ensembles

datapythongo
0
61
Spatial Distance AggregationA

Compute min/max/mean/std of Euclidean distances from all entities to a key point, then aggregate per group for spatial feature engineering

datapython
0
61
Season Phase LabelingA

Map calendar dates to categorical season phases (offseason, preseason, regular, postseason) using np.select with boundary date conditions

datapythongo
0
61
Row Aggregate FeaturesA

Engineers row-wise statistical features (sum, mean, std, skew, kurtosis, median, min, max) across all numeric columns per sample.

datapython
0
61
Regularized Qda ClassifierA

Use QuadraticDiscriminantAnalysis with regularization for binary classification on data with Gaussian cluster structure

datapython
0
61
Rdkit Molecular DescriptorsA

Computes all numeric RDKit molecular descriptors from SMILES strings, filtering out NaN, constant, and infinite values to produce a clean feature matrix.

datapython
0
61
Pseudo LabelingA

Augments training data with high-confidence test predictions as pseudo labels, retrains the model, and keeps the result only if OOF AUC improves. A semi-supervised technique for tabular competitions.

datapython
0
61
Prior Rebalancing OversamplingA

Rebalances training data by oversampling the majority class to match a known test-set class prior, reducing prediction miscalibration.

datapython
0
61
Play Direction NormalizationA

Mirror spatial coordinates and angles so all plays face the same direction — removes left/right asymmetry from sports and spatial data

datapythongo
0
61
Personnel Count ParsingA

Parse structured text fields like '1 RB, 2 TE, 2 WR' into separate numeric columns per category

datapythongo
0
61
Per Type Model TrainingA

Trains separate models for each discrete category (e.g., molecule type, product class) to capture type-specific patterns.

datapythongo
0
61
Per Partition Variance FilteringA

Apply VarianceThreshold within each data partition on combined train+test to select informative features per subgroup

datapythongo
0
61
Pearson Correlation LossA

Uses negative row-wise Pearson correlation as a differentiable loss function for multi-output regression, directly optimizing the competition metric.

datapythonbackend
0
61
Optuna Lgbm TuningA

Uses Optuna with TPE sampler for Bayesian hyperparameter optimization of LightGBM, searching key params like num_leaves, depth, and learning rate.

datapythongo
0
61
Null Importance Feature SelectionA

Scores features by comparing actual importances against a null distribution from shuffled targets, removing features that cannot beat random noise.

datapythongo
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
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
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