-
Notifications
You must be signed in to change notification settings - Fork 1
/
atlas.json
59 lines (59 loc) · 1.43 KB
/
atlas.json
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
{
"branch": "master",
"files": [
"index.ipynb"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"color_count": false,
"trim_size": false
},
"epub": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"toc": false,
"index": false,
"syntaxhighlighting": false,
"show_comments": false,
"consolidated": false,
"fragment": false,
"demote": true,
"additionalElementsToId": "p:not([id]), pre:not([id]), ul:not([id]), li:not([id]), a:not([id])",
"javascripts": [],
"stylesheets": []
}
},
"theme": "oreillymedia/lander-theme",
"title": "Machine Learning with Scikit-Learn: Hyperparameters and Model Validation",
"print_isbn13": "",
"lang": "en",
"templating": true,
"lander": {
"kernel_name": "python3",
"server_url": "https://oriole-prod.oreilly.com/9781492027850",
"kaltura_video_id": "0_hczikkx1",
"kaltura_account": "1681692",
"kaltura_player": "35305222",
"cues_url": "cues.json",
"poster_url": "poster.png"
},
"accent_color": ""
}