An open API service indexing awesome lists of open source software.

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.

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
```