Skip to main content
Category
Topics

Data Science Tutorials

Advance your data career with our data science tutorials. We walk you through challenging data science functions and models step-by-step.
Other topics:
GroupTraining 2 or more people?Try DataCamp for Business

Mann-Whitney U Test: Nonparametric Alternative to the t-Test

The Mann-Whitney U test is a rank-based nonparametric test for comparing two independent groups when data doesn't meet the normality assumption required by the t-test.

April 22, 2026

GELU Activation Function: Formula, Intuition, and Use in Deep Learning

GELU is a smooth, probabilistic activation function that outperforms simpler alternatives like ReLU in deep learning architectures, and has become the default choice in transformer models like BERT and GPT.

April 17, 2026

Newton's Method: Find Roots Fast with Iterative Approximation

Newton's method is an iterative root-finding algorithm that uses tangent line approximations to close in on the solution of equations that have no closed-form answer.

April 15, 2026

t Statistic Explained: Formula, Interpretation, and Examples

The t statistic helps you decide whether a difference in your data is meaningful or just random variation. This guide explains how it works, how to calculate it, and how to use it in real testing scenarios with clear, step-by-step examples.

April 14, 2026

Codex CLI For Data Workflow Automation: A Complete Guide

Master OpenAI's Codex CLI to automate data workflows. Learn to conduct EDA, build Python ETL pipelines, and generate tests directly from your local terminal.

April 14, 2026

Geometric Series: Formula, Convergence, and Examples

A practical guide to geometric series covering the finite and infinite sum formulas, convergence conditions, and real-world applications across finance, physics, and computer science.

April 10, 2026

Maclaurin Series: Formula, Expansion, and Examples

A practical guide to Maclaurin series covering the core formula, common expansions, convergence rules, and real-world applications in numerical methods, physics, and machine learning.

April 9, 2026

F-Statistic Explained: A Beginner's Guide

The F statistic is used to test whether a model explains variation in the data better than random chance. This guide explains what the F statistic means, how it is calculated, and how to interpret it.

April 6, 2026

Objective Function Explained: Definition, Examples, and Optimization

Learn what an objective function is, how it works in optimization and machine learning, and how to define and interpret it with real examples.

April 6, 2026

Pearson Correlation Coefficient: Quantifying Relationships in Data

Discover how the Pearson correlation coefficient quantifies the strength and direction of relationships in your data. Learn to calculate, interpret, and apply it using Python, R, and Excel.

March 30, 2026

Affine Transformation Explained: Properties and Applications

Learn about the definition, formula, key properties, homogeneous coordinates, and applications of affine transformations in graphics, computer vision, robotics, and data preprocessing.

March 24, 2026

Polynomial Regression: From Straight Lines to Curves

Explore how polynomial regression helps model nonlinear relationships and improve prediction accuracy in real-world datasets.

March 23, 2026