expectedparrot / edsl

Design, conduct and analyze results of AI-powered surveys and experiments. Simulate social science and market research with large numbers of AI agents and LLMs.
https://docs.expectedparrot.com
MIT License
197 stars 19 forks source link

Does it make sense for Conjure.to_results() to specify a model that was not used? #852

Open rbyh opened 3 months ago

rbyh commented 3 months ago
from edsl import Conjure

c = Conjure("marketplace_survey_results.csv")
results = c.to_results()
image
rbyh commented 3 months ago

Potentially confusing for someone viewing the results at Coop:

from edsl import Conjure

c = Conjure("marketplace_survey_results.csv")
results = c.to_results()
image