-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
90 lines (80 loc) · 1.73 KB
/
_pkgdown.yml
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
83
84
85
86
87
url: https://sassoftware.github.io/r-sasctl/
template: ~
bootstrap: 5
authors:
SAS:
href: https://www.sas.com
html: <img src='man/figures/SAS_logo.png' alt='SAS' width='72' />
navbar:
right:
- icon: fa-github fa-lg
text: ''
href: https://github.com/sassoftware/r-sasctl
reference:
- title: Authentication
desc: Authentication and client management functions
contents:
- session
- oauth_consul
- delete_client
- get_client
- list_clients
- refresh_session
- register_client
- title: Rest Calls
desc: Basic functions for http requests to a Viya environment
contents:
- vDELETE
- vGET
- vHEAD
- vPOST
- vPUT
- title: Model Manager
desc: Manage models and repository
contents:
- add_model_content
- add_model_version
- create_project
- delete_model
- delete_model_contents
- delete_project
- get_model
- get_project
- list_model_contents
- list_models
- list_projects
- list_repositories
- model_exists
- project_exists
- register_model
- update_model
- update_model_variables
- update_project
- update_project_variables
- title: Model Scoring and Publish
desc: Publish, score and manage published modules/models and destinations
contents:
- delete_masmodule
- get_destination
- get_masmodule
- list_destinations
- list_modules
- publish_model
- masScore
- title: Json Files
desc: Create Json files or other data parsing
contents:
- calculateFitStat
- calculateLiftStat
- calculateROCStat
- diagnosticsJson
- format_data_json
- write_ModelProperties_json
- write_fileMetadata_json
- write_in_out_json
- title: Other helpers
desc: Other helper functions
contents:
- create_scoreSample
- codegen
- convert_to_pmml42