Data Science & Analytics¶
12 primes originate from Data Science & Analytics. 2 more draw from it as a secondary origin.
Primary members (12)¶
Primes whose canonical origin is Data Science & Analytics.
- Applicability Scope — An artifact publishes a bounded region of conditions under which its outputs or guarantees hold, so consumers can detect out-of-scope use before it causes harm.
- Baseline Deviation — An observation is interpreted against a declared reference and flagged as departing from it, producing deviation as a first-class fact.
- Concept Drift — A learned rule silently loses validity when the input–outcome relationship it was calibrated on changes underneath it.
- Curse Of Dimensionality — Volume, sparsity, and distance intuitions degrade so fast with added dimensions that low-dimensional methods break down qualitatively, not just quantitatively.
- Data Drift — A static learned mapping silently loses accuracy as the deployment distribution drifts away from the distribution it was calibrated on.
- Data Leakage — Information that should have been unavailable at decision time crosses the firewall into calibration, inflating measured performance until deployment exposes the gap.
- Feature Engineering — Deliberately transforming the representation of raw observations so a latent regularity becomes legible to a downstream consumer.
- Funnel Analysis — Reading per-stage attrition across an ordered sequence to localize where a population is lost and which stage binds the final yield.
- Imputation — Filling missing values from patterns in the available data under an explicit missingness assumption, with the imputation uncertainty propagated downstream.
- Regularization — Add a tunable soft penalty on the complexity of a candidate solution to a fitting procedure, trading data-fit against complexity by an explicit weight chosen for out-of-sample performance.
- Segmentation and Boundary Drawing — Partitioning continuous domain via boundaries concentrates meaning.
- Training Serving Skew — A system prepared in one environment silently underperforms in a systematically different one.
Also draws from Data Science & Analytics (2)¶
Primes whose canonical origin is elsewhere, but who list Data Science & Analytics among their alternate origin domains.
- Dimensionality Reduction — Reduce variables.
- Ensemble — Multiple comparable realizations are generated or assembled and analyzed together through a probability model and aggregation rule to characterize a distribution rather than a single trajectory.