You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Cheat-Sheets/Hypothesis-Tests.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A [**statistical hypothesis test**](https://en.wikipedia.org/wiki/Statistical_h
15
15
16
16
**Few Notes:**
17
17
18
-
-Most tests tolerate mild violations of their assumptions (expected distribution, sample size, and so on): the reliability of the result erodes gradually as an assumption is stretched, instead of the test suddenly producing nonsense.
18
+
-When it comes to assumptions such as the expected distribution of data or sample size, the results of a given test are likely to degrade gracefully rather than become immediately unusable if an assumption is violated.
19
19
- Generally, data samples need to be representative of the domain and large enough to expose their distribution to analysis.
20
20
- In some cases, the data can be corrected to meet the assumptions, such as correcting a nearly normal distribution to be normal by removing outliers, or using a correction to the degrees of freedom in a statistical test when samples have differing variance, to name two examples.
Copy file name to clipboardExpand all lines: docs/Cheat-Sheets/SQL.md
+23-37Lines changed: 23 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,43 +9,29 @@ description: A comprehensive reference guide for SQL, covering data types, DDL,
9
9
10
10
This cheat sheet provides an exhaustive overview of SQL (Structured Query Language), covering data types, Data Definition Language (DDL), Data Manipulation Language (DML), Data Query Language (DQL), Transaction Control Language (TCL), joins, subqueries, window functions, common table expressions (CTEs), and best practices. It aims to be a complete reference for writing and understanding SQL queries. This cheat sheet is designed to be generally applicable across different SQL database systems (e.g., MySQL, PostgreSQL, SQL Server, Oracle, SQLite), but notes specific differences where significant.
11
11
12
-
??? tip "SQL at a Glance"
13
-
**Command categories:**
14
-
15
-
| Category | Purpose | Key statements |
16
-
|----------|---------|----------------|
17
-
| DQL | Read data | `SELECT` |
18
-
| DML | Change data | `INSERT`, `UPDATE`, `DELETE` |
Copy file name to clipboardExpand all lines: docs/Interview-Questions/AB-testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7542,7 +7542,7 @@ This document provides a curated list of A/B Testing and Experimentation intervi
7542
7542
7543
7543
??? success "View Answer"
7544
7544
7545
-
**Regression Adjustment** (also called **CUPED** - Controlled-experiment Using Pre-Experiment Data) uses **pre-experiment covariates** to reduce variance in treatment effect estimates by **40-70%**, enabling faster experiments and smaller sample sizes. It's one of the **most powerful variance reduction techniques** used in large-scale industry experimentation.
7545
+
**Regression Adjustment** (also called **CUPED** - Controlled-experiment Using Pre-Experiment Data) uses **pre-experiment covariates** to reduce variance in treatment effect estimates by **40-70%**, enabling faster experiments and smaller sample sizes. It's the **most powerful variance reduction technique** used by Google, Meta, Netflix, and Uber.
Copy file name to clipboardExpand all lines: docs/Interview-Questions/Interview-Question-Resources.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
---
2
-
robots: noindex, follow
3
2
title: Data Science Interview Question Resources
4
3
description: Community-curated collection of the best sources for data science interview questions - GitHub repositories, practice platforms, and real interview experiences
Copy file name to clipboardExpand all lines: docs/Interview-Questions/Interview-Questions.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
---
2
-
robots: noindex, follow
3
2
title: Data Science Interview Questions - Complete Collection
4
3
description: Comprehensive collection of 1000+ data science interview questions covering ML, Python, SQL, NLP, statistics, and system design asked at Google, Meta, Amazon, and top tech companies.
Copy file name to clipboardExpand all lines: docs/Online-Material/Online-Material-for-Learning.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
---
2
-
robots: noindex, follow
3
2
title: Online Study Material
4
3
description: Ultra-comprehensive collection of online resources, courses, tutorials, learning platforms, and career development materials for data science, machine learning, AI, and related fields.
0 commit comments