75 Key Terms That Data Scientists Remember by Heart

Must-know concepts/terms in data science.

Data science has a pretty diverse glossary.

Once I prepared the following glossary sheet, which lists the 75 most common and important terms data scientists use frequently in their day-to-day work. Thus, being aware of them is extremely crucial.

Wherever possible, I have linked my reference resources that explain these terms in detail.

How many terms do you know?

Let’s discuss them in brief one by one:

  • A:

    • Accuracy: Measure of the correct predictions divided by the total predictions.

    • Area Under Curve: Metric representing the area under the Receiver Operating Characteristic (ROC) curve, used to evaluate classification models.

    • ARIMA: Autoregressive Integrated Moving Average, a time series forecasting method.

  • B:

    • Bias: The difference between the true value and the predicted value in a statistical model.

    • Bayes Theorem: Probability formula that calculates the likelihood of an event based on prior knowledge.

    • Binomial Distribution: Probability distribution that models the number of successes in a fixed number of independent Bernoulli trials.

  • C:

  • D:

  • E:

    • Ensemble Learning: Technique that combines multiple models to improve predictive performance.

    • EDA (Exploratory Data Analysis): Process of analyzing and visualizing data to understand its patterns and properties. Learn about 8 automated EDA tools in this issue.

    • Entropy: Measure of uncertainty or randomness in information.

  • F:

    • Feature Engineering: Process of creating new features from existing data to improve model performance.

    • F-score: Metric that balances precision and recall for binary classification.

    • Feature Extraction: Process of automatically extracting meaningful features from data.

  • G:

  • H:

    • Hypothesis: Testable statement or assumption in statistical inference.

    • Hierarchical Clustering: Clustering method that organizes data into a tree-like structure.

    • Heteroscedasticity: Unequal variance of errors in a regression model.

  • I:

    • Information Gain: Measure used in decision trees to determine the importance of a feature.

    • Independent Variable: Variable that is manipulated in an experiment to observe its effect on the dependent variable.

    • Imbalance: Situation where the distribution of classes in a dataset is not equal.

  • J:

  • K:

    • Kernel Density Estimation: Non-parametric method to estimate the probability density function of a continuous random variable.

    • KS Test (Kolmogorov-Smirnov Test): Non-parametric test to compare two probability distributions. Read about it in this newsletter issue.

    • KMeans Clustering: Partitioning data into K clusters based on similarity.

  • L:

  • M:

  • N:

    • Naive Bayes: Probabilistic classifier based on Bayes Theorem with the assumption of feature independence.

    • Normalization: Scaling data to have a mean of 0 and std-dev of 1. But there’s a common misconception about scaling in general; read about it here: Are You Misinterpreting the Purpose of Feature Scaling and Standardization?

    • Null Hypothesis: Hypothesis of no significant difference or effect in statistical testing.

  • O:

  • P:

  • Q:

  • R:

    • Random Forest: Ensemble learning method that uses multiple decision trees to make predictions with the help of bagging. Understand why bagging is so ridiculously effective at variance reduction here.

    • Recall: Proportion of true positive predictions among all actual positive instances in a classification model.

    • ROC Curve (Receiver Operating Characteristic Curve): Graph showing the performance of a binary classifier at different thresholds.

  • S:

    • SVM (Support Vector Machine): Supervised machine learning algorithm used for classification and regression.

    • Standardisation: Scaling data to have a mean of 0 and a standard deviation of 1.

    • Sampling: Process of selecting a subset of data points from a larger dataset.

  • T:

    • t-SNE (t-Distributed Stochastic Neighbor Embedding): Dimensionality reduction technique for visualizing high-dimensional data in lower dimensions. I have a full deep dive on t-SNE, which you can read here: Formulating and Implementing the t-SNE Algorithm From Scratch.

    • t-distribution: Probability distribution used in hypothesis testing when the sample size is small. The above t-SNE guide will also clear what t-distribution is.

    • Type I/II Error: Type I error is a false positive, and Type II error is a false negative in hypothesis testing.

  • U:

    • Underfitting: When a model is too simple to capture the underlying patterns in the data.

    • UMAP (Uniform Manifold Approximation and Projection): Dimensionality reduction technique for visualizing high-dimensional data.

    • Uniform Distribution: Probability distribution where all outcomes are equally likely.

  • V:

    • Variance: Measure of the spread of data points around the mean.

    • Validation Curve: Graph showing how model performance changes with different hyperparameter values.

    • Vanishing Gradient: Issue in deep neural networks when gradients become very small during training.

  • W:

    • Word embedding: Representation of words as dense vectors in natural language processing. If you want to learn about the history of embeddings, you should not miss this insightful issue: A Pivotal Moment in NLP Research Which Made Static Embeddings (Almost) Obsolete.

    • Word cloud: Visualization of text data where word frequency is represented through the size of the word.

    • Weights: Parameters that are learned by a machine learning model during training.

  • X:

    • XGBoost: Extreme Gradient Boosting, a popular gradient boosting library.

    • XLNet: Generalized Autoregressive Pretraining of Transformers, a language model.

  • Y:

    • YOLO (You Only Look Once): Real-time object detection system.

    • Yellowbrick: Python library for machine learning visualization and diagnostic tools.

  • Z:

    • Z-score: Standardized value representing how many standard deviations a data point is from the mean.

    • Z-test: Statistical test used to compare a sample mean to a known population mean.

    • Zero-shot learning: Machine learning method where a model can recognize new classes without seeing explicit examples during training.

👉 Over to you: Of course, a lot has been left out here. As an exercise, can you add more terms to this?

👉 If you liked this post, don’t forget to leave a like ❤️. It helps more people discover this newsletter on Substack and tells me that you appreciate reading these daily insights.

The button is located towards the bottom of this email.

Thanks for reading!

Latest full articles

If you’re not a full subscriber, here’s what you missed last month:

To receive all full articles and support the Daily Dose of Data Science, consider subscribing:

👉 Tell the world what makes this newsletter special for you by leaving a review here :)

👉 If you love reading this newsletter, feel free to share it with friends!

Reply

or to participate.