-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_pkgdown.yaml
82 lines (80 loc) · 2.07 KB
/
_pkgdown.yaml
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
url: https://civisanalytics.github.io/civis-r
template:
params:
bootswatch: cosmo
reference:
- title: IO
desc: Moving data to and from the Civis Platform
contents:
- download_civis
- query_civis
- query_civis_file
- read_civis
- sql
- write_civis
- write_civis_file
- title: CivisML
desc: Training and scoring models with CivisML
contents:
- civis_ml
- civis_file
- civis_file_manifest
- civis_table
- fetch_logs
- get_metric
- hist.civis_ml
- plot.civis_ml_classifier
- plot.civis_ml_regressor
- title: CivisML Workflows
desc: Named workflows for CivisML models
contents:
- matches("^civis_ml_(extra|gradient|random|sparse)")
- title: Parallel Computing
desc: Executing custom tasks in the Civis Platform in parallel
contents:
- civis_platform
- CivisFuture
- title: Reports
desc: Publishing reports to the Civis Platform
contents:
- publish_rmd
- publish_html
- title: Scripts
desc: Using Civis Scripts
contents:
- run_template
- civis_script
- write_job_output
- run_civis
- fetch_output_file_ids
- title: Tables
desc: Utilities for working with Redshift Tables
contents:
- get_table_id
- refresh_table
- transfer_table
- title: Pagination
desc: Retrieve data from paginated endpoints
contents:
- fetch_all
- fetch_until
- title: Polling
desc: Polling the status of long running tasks
contents:
- await
- get_status
- title: Debugging
desc: Helper tools for debugging
contents:
- fetch_logs
- get_error
- title: API Utilities
desc: Utilities for common tasks when using direct API calls
contents:
- default_credential
- get_database_id
- title: API
desc: Direct API calls to the Civis Platform
contents:
- matches("^\\w*_(delete|get|list|patch|post|put)")
- -matches("^models_")