-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This method aims to create a ModelBuider study. It takes the following parameters:
| Attribute | Required | Type | Notes |
|---|---|---|---|
name |
yes | string |
|
description |
string |
Default value: '' |
|
target |
yes | VariableDescription |
Map it to the variableToPredict attribute of the request's body |
period |
yes | Dict |
Common Braincube period. You may need to create an object to manage it (and maybe a builder to create it) |
conditions |
List[Dict] |
You may need to create a Condition object to manage one of them (default value: []) |
|
events |
List[Event] |
Default value: [] |
|
variables |
yes | List[VariableDescription] |
request's
memoryBasewill be inferred from thetarget
Documentation:
Metadata
Metadata
Assignees
Labels
No labels