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,0331,056 of 12,850 skills

Stateful Chunk InferenceA

Processes long sequences in fixed-size chunks while carrying RNN hidden state across chunks for memory-efficient inference.

datapython
0
61
Sigma Clip Outlier MaskingA

Detect and mask outlier data points using iterative sigma-clipping on reference frames or calibration data

datapythongo
0
61
Sensor Phase VisualizationA

EDA visualization of multi-modal sensor data with axvspan shading for labeled behavioral phases and contiguous span detection

datapython
0
61
Scaled Pinball LossA

Scaled Pinball Loss (SPL) metric for evaluating quantile forecasts, normalized by mean absolute successive differences of training data

datapython
0
61
Rolling Refit Arima ForecastA

Walk-forward validation for ARIMA by refitting on history at each step, forecasting one step ahead, then appending the true observation — produces an honest one-step error distribution that mirrors nightly-retrained production forecasters

datapython
0
61
Recursive Multistep ForecastingA

Forecast a multi-step horizon by predicting one day ahead, writing the prediction back into the panel as the new "actual", recomputing all lag and rolling features that depend on it, then predicting the next day — turns a one-step LightGBM regressor into a 28-day forecaster without changing the model

datapython
0
61
Neighbor Average Nan InterpolationA

Fill gaps in a daily exogenous series (oil prices, sensor feeds) by merging against a full calendar to expose NaNs, then replacing each NaN with the midpoint of its nearest valid left and right neighbors, walking outward past consecutive NaN runs

datapython
0
61
Multiband Lomb Scargle PeriodA

Estimate periodicity from irregularly sampled multi-band time series using the multiband Lomb-Scargle periodogram, then phase-fold observations

datapython
0
61
Multiband Color Index FeaturesA

Compute log-ratio features between adjacent frequency bands as color indices to characterize spectral shape from multi-band time series

datapython
0
61
Multi Lag Target FeaturesA

Generate lag features for multiple targets over N days by shifting evaluation dates and self-joining per entity, creating a wide feature matrix of past target values

datapython
0
61
Locale Scoped Holiday FlagA

Build a single per-row "day off" boolean from a holidays table with National/Regional/Local locale hierarchy and Work Day overrides that flip make-up working weekends back to working days

datapython
0
61
Keras Multi Quantile LossA

Single neural network outputting all quantiles simultaneously via pinball loss over a quantile vector for joint probabilistic forecasting

datapythonbackend
0
61
K Mode Gaussian Nll LossA

Negative log-likelihood loss over K isotropic-Gaussian trajectory modes with per-mode confidences and logsumexp stability

datapythongo
0
61
Gaussian Log Likelihood MetricA

Evaluate probabilistic forecasts using normalized Gaussian log-likelihood relative to naive and oracle baselines, scoring both mean accuracy and uncertainty calibration

datapython
0
61
Flux Snr Weighted FeaturesA

Engineer SNR-derived features from irregular time series — flux ratio squared, error-weighted mean flux, and normalized amplitude/range features

datapython
0
61
Expanding Window StackingA

Walk-forward stacking ensemble that trains base models on expanding windows and a meta-learner on their out-of-fold predictions across time

datapythongo
0
61
Event Peak DetectionA

Detects discrete events (state transitions) from continuous predictions using local maxima with minimum-interval constraints.

datapython
0
61
Detector Calibration PipelineA

Multi-step detector calibration pipeline — ADC inversion, hot/dead pixel masking, nonlinearity correction, dark subtraction, flat-field normalization

datapython
0
61
Class Weighted Multiclass LoglossA

Custom multiclass log-loss that weights per-class contributions by class frequency and domain importance, usable as both training loss and eval metric

datapython
0
61
Bootstrapped Residual Prediction IntervalsA

Generate prediction intervals by repeatedly sampling from model residuals, adding to point forecasts, and taking quantiles across synthetic futures

datapython
0
61
Availability Masked Regression LossA

Multiply per-timestep regression loss by a 0/1 availability mask so missing future steps contribute zero gradient

datapython
0
61
Activity Threshold Lastval FallbackA

Override model predictions with last known value for low-activity or low-density entities where learned trends are unreliable

datapython
0
61
Yearly Partitioned GroupbyA

Split a multi-year table into per-year partitions, run the same groupby aggregation on each, then concat and gc — a pure-pandas map-reduce that survives 100M+ rows on a 16GB kernel

datapython
0
61
Xgb Gpu Batch IteratorA

Use XGBoost DeviceQuantileDMatrix with a custom batch iterator to train on large datasets without exhausting GPU memory

datapythonexpress
0
61