forked from AoifeRyan-sc/ds_share_handbook_backup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
82 lines (77 loc) · 1.93 KB
/
Copy path_quarto.yml
File metadata and controls
82 lines (77 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: book
output-dir: docs # Keep this as the output directory for all HTML files - needed for GitHub pages
# jupyter: python3
jupyter: ds_handbook
jupyter-python: "/Users/jamiehudson/Documents/miniconda3/envs/ds_handbook/bin/python"
book:
title: "Data Science at SAMY"
author: ""
sidebar:
# style: floating
# background: light
search: true
collapse-level: 1
border: true
chapters:
- part: "Introduction"
chapters:
- index.qmd
- summary.qmd
- text: "---"
- part: "Case Studies"
chapters:
- peaks_pits_workflow.qmd
- conversation_landscape.qmd
- spam_project_case_study.qmd
- text: "---"
- part: "Data Science project basics"
chapters:
- project_management.qmd
- project_players.qmd
- python_environments.qmd
- text: "---"
- part: "Data Exploration"
chapters:
- data_cleaning.qmd
- text: "---"
- part: "Modelling"
chapters:
- modelling_overview.qmd
- data_labelling_strategy.qmd
- data_labelling_stack.qmd
- model_finetuning.qmd
- logistic_regression.qmd
- setfit.qmd
- vanilla_finetuning.qmd
- model_evaluation.qmd
- systematic_model_improvement.qmd
- model_inference.qmd
- text: "---"
- part: "Development"
chapters:
- packages.qmd
- package_development.qmd
- testing.qmd
- text: "---"
- part: "Tips and Tricks"
chapters:
- code_best_practices.qmd
- calling_apis.qmd
- resources.qmd
bread-crumbs: false
bibliography: references.bib
format:
html:
link-external-icon: true
link-external-newwindow: true
number-depth: 2
lightbox: true
code-block-bg: true
code-block-border-left: true
theme:
light: lumen
dark: [lumen, theme-dark.scss]
# pdf:
# documentclass: scrreprt
editor: source