Glossary – 100 “Data Science” Terms

Below is a glossary that includes 100 “Data Science” terms and phrases, along with their definitions and examples, in alphabetical order. Enjoy!

TermDefinition & Example
A/B TestingComparing two variants. Example: Website layout test.
AccuracyOverall correct predictions rate. Example: 90% accuracy.
Actionable InsightInsight leading to action. Example: Improve onboarding.
AlgorithmProcedure used to train models. Example: Decision trees.
Alternative HypothesisAssumption opposing the null hypothesis. Example: Group A performs better than B.
AUCArea under ROC curve. Example: Model ranking metric.
Bayesian InferenceUpdating probabilities with new evidence. Example: Prior and posterior beliefs.
Bias-Variance TradeoffBalance between simplicity and flexibility. Example: Model tuning.
BootstrappingResampling technique for estimation. Example: Estimating confidence intervals.
Business ProblemDecision-focused question. Example: Why churn increased.
CausationOne variable directly affects another. Example: Price drop causes sales increase.
ClassificationPredicting categories. Example: Spam detection.
ClusteringGrouping similar observations. Example: Market segmentation.
Computer VisionInterpreting images and video. Example: Image classification.
Confidence IntervalRange likely containing the true value. Example: 95% CI for average revenue.
Confusion MatrixTable evaluating classification results. Example: True positives vs false positives.
CorrelationStrength of relationship between variables. Example: Ad spend vs revenue.
Cross-ValidationRepeated training/testing splits. Example: k-fold CV.
Data DriftChange in input data distribution. Example: New demographics.
Data ImputationReplacing missing values. Example: Median imputation.
Data LeakageTraining model with future information. Example: Using post-event data.
Data ScienceInterdisciplinary field combining statistics, programming, and domain knowledge to extract insights from data. Example: Predicting customer churn.
Data StorytellingCommunicating insights effectively. Example: Executive dashboards.
DatasetA structured collection of data for analysis. Example: Customer transactions table.
Deep LearningMulti-layer neural networks. Example: Speech recognition.
Descriptive StatisticsSummary statistics of data. Example: Mean, median.
Dimensionality ReductionReducing number of features. Example: PCA.
Effect SizeMagnitude of difference or relationship. Example: Lift in conversion rate.
Ensemble LearningCombining multiple models. Example: Boosting techniques.
Ethics in Data ScienceResponsible use of data and models. Example: Avoiding biased predictions.
ExperimentationTesting hypotheses with data. Example: A/B testing.
Explainable AI (XAI)Techniques to explain predictions. Example: SHAP values.
Exploratory Data Analysis (EDA)Initial data investigation using statistics and visuals. Example: Distribution plots.
F1 ScoreBalance of precision and recall. Example: Imbalanced datasets.
FeatureAn input variable used in modeling. Example: Customer age.
Feature EngineeringCreating new features from raw data. Example: Tenure calculated from signup date.
ForecastingPredicting future values. Example: Demand forecasting.
GeneralizationModel performance on unseen data. Example: Stable test accuracy.
Hazard FunctionInstantaneous event rate. Example: Churn risk over time.
Holdout SetData reserved for final evaluation. Example: Final test dataset.
HyperparameterPre-set model configuration. Example: Learning rate.
HypothesisA testable assumption about data. Example: Discounts increase conversion rates.
Hypothesis TestingStatistical method to evaluate assumptions. Example: t-test for average sales.
InsightMeaningful analytical finding. Example: High churn among new users.
LabelKnown output used in supervised learning. Example: Fraud or not fraud.
LikelihoodProbability of data given parameters. Example: Used in Bayesian models.
Loss FunctionMeasures prediction error. Example: Mean squared error.
MeanArithmetic average. Example: Average sales value.
MedianMiddle value of ordered data. Example: Median income.
Missing ValuesAbsent data points. Example: Null customer age.
ModeMost frequent value. Example: Most common category.
ModelMathematical representation learned from data. Example: Logistic regression.
Model DriftPerformance degradation over time. Example: Changing customer behavior.
Model InterpretabilityUnderstanding model decisions. Example: Feature importance.
Monte Carlo SimulationRandom sampling to model uncertainty. Example: Risk modeling.
Natural Language Processing (NLP)Analyzing human language. Example: Sentiment analysis.
Neural NetworkModel inspired by the human brain. Example: Image recognition.
Null HypothesisDefault assumption of no effect. Example: No difference between two groups.
OptimizationProcess of minimizing loss. Example: Gradient descent.
OutlierValue significantly different from others. Example: Unusually large purchase.
OverfittingModel memorizes training data. Example: Poor test performance.
PipelineEnd-to-end data science workflow. Example: Ingest → train → deploy.
PopulationEntire group of interest. Example: All customers.
Posterior ProbabilityUpdated belief after observing data. Example: Updated churn likelihood.
PrecisionCorrect positive prediction rate. Example: Fraud detection precision.
Principal Component Analysis (PCA)Linear dimensionality reduction technique. Example: Visualizing high-dimensional data.
Prior ProbabilityInitial belief before observing data. Example: Baseline churn rate.
p-valueProbability of observing results under the null hypothesis. Example: p < 0.05 indicates significance.
RecallAbility to identify all positives. Example: Medical diagnosis.
RegressionPredicting numeric values. Example: Sales forecasting.
Reinforcement LearningLearning via rewards and penalties. Example: Game-playing AI.
ReproducibilityAbility to recreate results. Example: Fixed random seeds.
ROC CurveClassifier performance visualization. Example: Threshold comparison.
SamplingSelecting subset of data. Example: Survey sample.
Sampling BiasNon-representative sampling. Example: Surveying only active users.
SeasonalityRepeating time-based patterns. Example: Holiday sales.
Semi-Structured DataData with flexible structure. Example: JSON files.
StackingEnsemble method using meta-models. Example: Combining classifiers.
Standard DeviationAverage distance from the mean. Example: Price volatility.
StationarityStable statistical properties over time. Example: Mean doesn’t change.
Statistical PowerProbability of detecting a true effect. Example: Larger sample sizes increase power.
Statistical SignificanceEvidence results are unlikely due to chance. Example: Rejecting the null hypothesis.
Structured DataData with a fixed schema. Example: SQL tables.
Supervised LearningLearning with labeled data. Example: Credit risk prediction.
Survival AnalysisModeling time-to-event data. Example: Customer churn timing.
Target VariableThe outcome a model predicts. Example: Loan default indicator.
Test DataData used to evaluate model performance. Example: Held-out validation set.
Text MiningExtracting insights from text. Example: Topic modeling.
Time SeriesData indexed by time. Example: Daily stock prices.
TokenizationSplitting text into units. Example: Words or subwords.
Training DataData used to train a model. Example: Historical transactions.
Transfer LearningReusing pretrained models. Example: Image models for medical scans.
TrendLong-term direction in data. Example: Growing user base.
UnderfittingModel too simple to capture patterns. Example: High bias.
Unstructured DataData without predefined structure. Example: Text, images.
Unsupervised LearningLearning without labels. Example: Customer clustering.
Uplift ModelingMeasuring treatment impact. Example: Marketing campaign effectiveness.
Validation SetData used for tuning models. Example: Hyperparameter selection.
VarianceMeasure of data spread. Example: Sales variability.
Word EmbeddingsNumerical text representations. Example: Word2Vec.

Leave a comment