-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.copier-answers.yml
43 lines (43 loc) · 1.3 KB
/
.copier-answers.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
# DO NOT MODIFY THIS FILE MANUALLY.
# This file contains the answers to the questions asked by the
# v6-algorithm-template-creator (using the Copier package). The answers will
# be updated if you re-run the template creator. Also, the answers in this file
# may be used to submit your algorithm to a vantage6 algorithm store.
_commit: 4.6.1
_src_path: gh:vantage6/v6-algorithm-template.git
advanced: true
algorithm_description: Federated Generalized Linear Model (GLM) implementation
algorithm_name: v6-glm-py
author: Bart van Beusekom, Hasan Alradhi, Frank Martin
central_args:
- outcome_variable
- predictor_variables
- survival_sensor_column
- family
- tolerance_level
- max_iterations
- organizations_to_include
central_function_client: true
central_function_data: false
central_function_name: glm
copyright: IKNL, 2024
docker_image: harbor2.vantage6.ai/algorithms/glm-py
docker_registry: harbor2.vantage6.ai
has_central_function: true
has_docs: true
has_gh_pipeline: true
has_partial_function: true
open_source_license: mit
partial_args:
- formula
- family
- is_first_iteration
- beta_coefficients
- survival_sensor_column
partial_function_client: false
partial_function_data: true
partial_function_name: compute_local_betas
partial_function_number_databases: 1
private_registry: true
project_name: v6-glm-py
use_vpn: false