https://github.com/dbolotov/ds-quickref
Quick reference guide for data science and machine learning concepts, workflows, and tools.
https://github.com/dbolotov/ds-quickref
data-science data-science-projects python quarto
Last synced: 5 months ago
JSON representation
Quick reference guide for data science and machine learning concepts, workflows, and tools.
- Host: GitHub
- URL: https://github.com/dbolotov/ds-quickref
- Owner: dbolotov
- Created: 2025-07-09T19:59:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T21:22:17.000Z (6 months ago)
- Last Synced: 2025-07-27T21:24:46.707Z (6 months ago)
- Topics: data-science, data-science-projects, python, quarto
- Language: Jupyter Notebook
- Homepage: https://dbolotov.github.io/ds-quickref/
- Size: 2.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSQuickRef
[**DS QuickRef**](https://dbolotov.github.io/ds-quickref/) is a quick reference guide for data science and machine learning concepts, workflows, and tools. It's structured as a Quarto website with short, practical summaries and hosted on GitHub pages.
## Features
- Concepts: distance/similarity measures, metrics, regularization, etc.
- Workflows: classification, forecasting, regression examples
- Glossary and common problems
## How to view locally
To preview the site locally:
```bash
quarto preview
```