-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
32 lines (30 loc) · 745 Bytes
/
_quarto.yml
File metadata and controls
32 lines (30 loc) · 745 Bytes
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
project:
type: website
website:
title: "Classifier Calibration"
sidebar:
style: "docked"
search: true
logo: "./assets/images/clacal.png"
collapse-level: 2
contents:
- href: index.qmd
text: Home
- href: ecml-pkdd-2020-tutorial/index.qmd
text: ECML-PKDD 2020 Tutorial
- href: survey/index.qmd
text: ML survey
- href: pycalib/index.qmd
text: Python library
- href: videos/index.qmd
text: Videos
page-footer:
left: |
Classifier Calibration by Miquel Perello Nieto and Peter Flach.
right: |
This website was built with <a href="https://quarto.org/">Quarto</a>.
format:
html:
theme: journal
css: styles.css
toc: true