brainbox.modeling.dataset

by Luigi Acerbi, Shan Shen and Anne Urai International Brain Laboratory, 2019

#TODO: Anne

Classes

DataSet

Object containing data that can be preprocessed.

TrialData

class DataSet[source]

Bases: object

Object containing data that can be preprocessed. Inputs: dataframe # pandas Methods: preprocess

class TrialData(data, meta_data={})[source]

Bases: object

fill_dataframe(data)[source]