Trees and Forests
learning.oreilly.com/library/view/machine-learning-with/9781491989371/ch14.html
Feb 22, 2024
101

Deep Dive Into Error Analysis and Model Debugging in Machine Learning (and Deep Learning)
neptune.ai/blog/deep-dive-into-error-analysis-and-model-debugging-in-machine-learning-and-deep-learning
Feb 21, 2024
10

1.6. Nearest Neighbors
scikit-learn.org/stable/modules/neighbors.html
Feb 21, 2024
2

F1 Score vs ROC AUC vs Accuracy vs PR AUC: Which Evaluation Metric Should You Choose?
neptune.ai/blog/f1-score-accuracy-roc-auc-pr-auc
Feb 20, 2024
40
3. Classification
learning.oreilly.com/library/view/hands-on-machine-learning/9781492032632/ch03.html
Feb 19, 2024
532
Regression Plots - statsmodels 0.15.0 (+132)
www.statsmodels.org/dev/examples/notebooks/generated/regression_plots.html
Dec 29, 2023
3

How to Choose a Feature Selection Method For Machine Learning - MachineLearningMastery.com
machinelearningmastery.com/feature-selection-with-real-and-categorical-data/
Dec 12, 2023
22
4. Regression and Prediction
learning.oreilly.com/library/view/practical-statistics-for/9781492072935/ch04.html
Dec 5, 2023
1
12. k-Nearest Neighbors
learning.oreilly.com/library/view/data-science-from/9781492041122/ch12.html
Dec 4, 2023
4

Common Probability Distributions
medium.com/@srowen/common-probability-distributions-347e6b945ce4
Nov 28, 2023
46
14. Views
learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch14.html
Nov 3, 2023
1
13. Indexes and Constraints
learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch13.html
Oct 30, 2023
3
12. Transactions
learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch12.html
Oct 30, 2023
2
Discrete distributions: empirical, Bernoulli, binomial, Poisson, geometric - DiscreteDist.pdf
www.unf.edu/~cwinton/html/cop4300/s09/class.notes/DiscreteDist.pdf
Oct 23, 2023
5
7. Hypothesis and Inference
learning.oreilly.com/library/view/data-science-from/9781492041122/ch07.html
Oct 23, 2023
2
SQL by Design: Why You Need Database Normalization
www.itprotoday.com/sql-server/sql-design-why-you-need-database-normalization
Sep 28, 2023
5
3. Query Primer
learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch03.html
Sep 26, 2023
2
2. Creating and Populating a Database
learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch02.html
Sep 26, 2023
1. A Little Background
learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch01.html
Sep 25, 2023
19
6. Probability
learning.oreilly.com/library/view/data-science-from/9781492041122/ch06.html
Jul 21, 2023
30
5. Statistics
learning.oreilly.com/library/view/data-science-from/9781492041122/ch05.html
Jul 19, 2023
21
Visualization with Matplotlib
learning.oreilly.com/library/view/python-data-science/9781491912126/ch04.html
Jul 17, 2023
4

The Architecture of Open Source Applications (Volume 2)matplotlib
aosabook.org/en/v2/matplotlib.html
Jul 9, 2023
25
3. Visualizing Data
learning.oreilly.com/library/view/data-science-from/9781492041122/ch03.html
Jul 7, 2023
4

Pipenv: A Guide to the New Python Packaging Tool – Real Python
realpython.com/pipenv-guide/
Jul 6, 2023
78

The Python Requirements File and How to Create it
learnpython.com/blog/python-requirements-file/
Jul 5, 2023
9
Introduction to NumPy
learning.oreilly.com/library/view/python-data-science/9781491912126/ch02.html
Jun 27, 2023
74
Data Manipulation with Pandas
learning.oreilly.com/library/view/python-data-science/9781491912126/ch03.html
Jun 27, 2023
2

How to fix the ImportError: attempted relative import with no known parent package in python
www.stechies.com/fix-importerror-attempted-relative-import-known-parent-pack/
Jun 21, 2023
22

A Complete Guide to the Python print() Function
learnpython.com/blog/python-print-function/
Jun 20, 2023
3

Python's assert: Debug and Test Your Code Like a Pro – Real Python
realpython.com/python-assert-statement/
Jun 20, 2023
1262

Python Decorators 101 – Real Python
realpython.com/courses/python-decorators-101/
Jun 19, 2023
4
Turing College Intra
intra.turingcollege.com/hardskills/p/numerical-data-with-numpy-i
Jun 18, 2023
2

AngularJS Git Commit Message Conventions
gist.github.com/stephenparish/9941e89d80e2bc58a153
Jun 11, 2023
2
Python Docstrings (With Examples)
www.programiz.com/python-programming/docstrings
Jun 11, 2023
6

Python Exceptions: An Introduction – Real Python
realpython.com/python-exceptions/
Jun 11, 2023
16

Python Modules and Packages – An Introduction – Real Python
realpython.com/python-modules-packages/
Jun 10, 2023
67

Getting Started With Testing in Python – Real Python
realpython.com/python-testing/
Jun 10, 2023
62
Get Started — pytest documentation
docs.pytest.org/en/latest/getting-started.html
Jun 9, 2023
17

Object-Oriented Programming (OOP) in Python 3 – Real Python
realpython.com/python3-object-oriented-programming/
Jun 8, 2023
44

__main__ — Top-level code environment
docs.python.org/3/library/__main__.html
Jun 8, 2023
46
What’s in a (Python’s) __name__?
www.freecodecamp.org/news/whats-in-a-python-s-name-506262fe61e8/
Jun 8, 2023
1

How to Write Beautiful Python Code With PEP 8 – Real Python
realpython.com/python-pep8/
Jun 6, 2023
2

Underscore (_) in Python - GeeksforGeeks
www.geeksforgeeks.org/underscore-_-python/
Jun 6, 2023
18

Python behind the scenes #10: how Python dictionaries work
tenthousandmeters.com/blog/python-behind-the-scenes-10-how-python-dictionaries-work/
Jun 5, 2023
13
GitHub - zedr/clean-code-python: Clean Code concepts adapted for Python
github.com/zedr/clean-code-python
Jun 5, 2023
19

What Does if __name__ == "__main__" Do in Python? – Real Python
realpython.com/if-name-main-python/
Jun 5, 2023
201

collections.Counter() | HackerRank
www.hackerrank.com/challenges/collections-counter/problem?isFullScreen=true
May 31, 2023
1