Перейти к основному содержимому
изучение науки о данных

Data Science Tutorials

Develop your data science skills with tutorials in our blog. We cover everything from intricate data visualizations in Tableau to version control features in Git.
Откройте для себя категории
GroupОбучение двух или более человек?Попробуйте DataCamp for Business

T-test vs. Z-test: When to Use Each

Use t-tests when dealing with small samples or unknown variance, and Z-tests when samples are large and variance is known.

Arunn Thevapalan

15 августа 2024 г.

Hypothesis Testing Made Easy

Hypothesis testing is a statistical method used to evaluate claims about populations based on sample data.
Vinod Chugani's photo

Vinod Chugani

15 августа 2024 г.

Tableau Count Distinct: Simple Steps to Follow

Discover how to perform Count Distinct in Tableau using the Measure Names Shelf and Calculated Fields. Explore COUNTD() and FIXED LOD expressions for more advanced calculations.
Islam Salahuddin's photo

Islam Salahuddin

14 августа 2024 г.

Python Copy List: What You Should Know

Understand how to copy lists in Python. Learn how to use the copy() and list() functions. Discover the difference between shallow and deep copies.
Allan Ouko's photo

Allan Ouko

13 августа 2024 г.

PyTorch's torchchat Tutorial: Local Setup With Python

Learn how to set up PyTorch’s torchchat locally with Python in this hands-on tutorial, which provides step-by-step guidance and examples.
François Aubry's photo

François Aubry

12 августа 2024 г.

Apple's DCLM-7B: Setup, Example Usage, Fine-Tuning

Get started with Apple's DCLM-7B large language model and learn how to set it up, use it, and fine-tune it for specific tasks.
Dimitri Didmanidze's photo

Dimitri Didmanidze

12 августа 2024 г.

if __name__ == "__main__" Python: Complete Explanation

The if __name__ == "__main__" block in Python allows you to define code that will only run when the file is executed directly as a script, but not when it's imported as a module into another script.
Stephen Gruppetta's photo

Stephen Gruppetta

12 августа 2024 г.

QR Decomposition in Machine Learning: A Detailed Guide

Learn about QR decomposition, the matrix factorization technique that decomposes matrix A into the product of an orthogonal matrix Q and an upper triangular matrix R.
Josef Waples's photo

Josef Waples

9 августа 2024 г.

How to Round to 2 Decimal Places in Python

Learn how to round a number to two decimal places in Python for improved precision using techniques like round(), format(), and string formatting techniques.
Allan Ouko's photo

Allan Ouko

8 августа 2024 г.

SQL Triggers: A Guide for Developers

Learn how to use SQL triggers to automate tasks, maintain data integrity, and enhance database performance. Try practical examples like the CREATE, ALTER, and DROP commands in MySQL and Oracle.
Oluseye Jeremiah's photo

Oluseye Jeremiah

15 августа 2024 г.