类别
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:
培训2人或以上?试试DataCamp for Business
Ensemble Learning in Python: A Hands-On Guide to Random Forest and XGBoost
Learn ensemble learning with Python. This hands-on tutorial covers bagging vs boosting, Random Forest, and XGBoost with code examples on a real dataset.
Bex Tuychiev
2026年1月21日
Precision vs Recall: The Essential Guide for Machine Learning
Accuracy isn't enough. Learn the difference between precision and recall, understand the trade-off, and choose the right metric for your model.
Mark Pedigo
2026年1月8日
Cost Functions: A Complete Guide
Learn what cost functions are, and how and when to use them. Includes practical examples.
Mark Pedigo
2025年12月18日
Confirmatory Factor Analysis: A Guide to Testing Constructs
Understand how CFA tests theoretical models by linking observed indicators to latent constructs. Learn the steps, assumptions, and extensions that make CFA essential in measurement validation and structural equation modeling.
Vidhi Chugh
2025年12月16日
Space Complexity: How Algorithms Use Memory
Learn how to calculate space complexity using asymptotic notation, how memory components like recursion, data structures, and auxiliary space add up, and how to reduce space through in-place techniques.
Iheb Gafsi
2025年12月9日
Facebook Prophet: A Modern Approach to Time Series Forecasting
Understand how Facebook Prophet models trends, seasonality, and special events for accurate and interpretable forecasts.
Vidhi Chugh
2025年11月5日
Error Propagation: How Uncertainty Spreads Through Calculations
Understand how uncertainties in measurements affect calculated results and learn formulas and methods to quantify them across various mathematical operations.
Arunn Thevapalan
2025年11月5日
Understanding UMAP: A Comprehensive Guide to Dimensionality Reduction
Learn how UMAP simplifies high-dimensional data visualization with detailed explanations, practical use cases, and comparisons to other dimensionality reduction methods, including t-SNE and PCA.
Arunn Thevapalan
2025年11月4日
Softplus: The Smooth Activation Function Worth Knowing
This guide explains the mathematical properties of Softplus, its advantages and trade-offs, implementation in PyTorch, and when to switch from ReLU.
Dario Radečić
2025年10月29日
Discrete Probability Distributions Explained with Examples
Understand discrete probability distributions in data science. Explore PMF, CDF, and major types like Bernoulli, Binomial, and Poisson with Python examples.
Vaibhav Mehra
2025年10月29日
Python reduce(): A Complete Guide
Learn when and how to use Python's reduce(). Includes practical examples and best practices.
Mark Pedigo
2025年10月28日
Weibull Distribution: How to Model Time-to-Event Data
Learn the mathematical foundations, parameter estimation techniques, and diverse applications of this probability distribution across engineering, medicine, and environmental sciences.
Vinod Chugani
2025年10月7日