-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (55 loc) · 1.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
61 lines (55 loc) · 1.62 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
site_name: Cebes
# cinder, flatly, mkdocs (scroll), spacelab, united, simplex
# cyborg, cerulean, slate, yeti, cosmo
theme:
name: material
logo: 'imgs/cebes_inverse.png'
favicon: 'imgs/cebes.ico'
palette:
primary: 'indigo'
accent: 'deep purple'
docs_dir: sources
repo_url: http://github.com/cebes/cebes-server
site_url: http://www.cebes.io/
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
extra:
social:
- type: 'github'
link: 'https://github.com/phvu/cebes-server'
- type: 'twitter'
link: 'https://twitter.com/cebes_io'
- type: 'globe'
link: 'https://gitter.im/cebes-io/Lobby'
google_analytics:
- 'UA-86687522-3'
- 'auto'
edit_uri: ''
site_description: 'Cebes - the integrated framework for Data Science'
pages:
- Home:
- Overview: index.md
- Installation: installation.md
- Roadmap: roadmap.md
- Cebes Session:
- Key concepts: session.md
- Load data into Cebes: session_load_data.md
- Manage Dataframes, models and pipelines: session_df.md
- Session API Reference: session_api.md
- Cebes Dataframe:
- Key concepts: dataframe_concepts.md
- User guide: dataframe_guide.md
- Dataframe API Reference: dataframe_reference.md
- Functional API Reference: dataframe_functions.md
- Cebes Pipelines:
- Key concepts: pipelines_concepts.md
- Working with Cebes Pipelines: pipelines_api.md
# - Hyperparameter optimization: pipelines_hyperopt.md
- Pipeline repository:
- Working with repositories in pycebes: pipelines_repo.md
- Install pipeline repository: pipelines_deploy.md
- Serving pipelines: serving.md