AutoResearch / autora

Automated Research Assistant
https://autoresearch.github.io/autora/
MIT License
41 stars 5 forks source link

Standardize theorist/experimentalist inputs and outputs #278

Closed musslick closed 1 year ago

musslick commented 1 year ago

We encounter the problem that different theorists/experimentalists expect and produce different data formats (e.g., numpy versus pandas) and with potentially different dimensions (e.g., 1D vs. 2D numpy array). We should consider standardizing the inputs & outputs, potentially using a pandas data frame.

hollandjg commented 1 year ago

duplicate of #231