edsl icon indicating copy to clipboard operation
edsl copied to clipboard

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.

Results 250 edsl issues
Sort by recently updated
recently updated
newest added

``` from edsl import Conjure c = Conjure("marketplace_survey_results.csv") results = c.to_results() ```

For example, it is useful to be able to pass the question types with the survey datafile, so that Conjure does not suggest the wrong types, but we should add...

enhancement

I am purposely generating this error by changing my EP API key but not restarting the kernel at my notebook. Suggest that we: - Add links to docs pages about...

Notebook showing this error: https://chick.expectedparrot.com/content/6cfe0ebb-15a1-449b-8c21-7a999945d327 No issues posting objects to Coop directly or using Coop client object. No issues using the patch() method directly or using Coop client object. When...

It is unnecessary to include the last sentence if no agent is used:

bug

Reproduce: ``` from edsl import QuestionFreeText q = QuestionFreeText( question_name = "q1", question_text = "How do you feel today?" ) results = q.run() results.print() ```