Skip to content

Add a method create_study to create a study #43

@MaximeMorille

Description

@MaximeMorille

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 memoryBase will be inferred from the target

Documentation:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions