AutoResearch / autora

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

Revise tutorial #569

Closed musslick closed 9 months ago

musslick commented 12 months ago

Requirements:

Tasks:

musslick commented 12 months ago

depends on terminology

chadcwilliams commented 10 months ago

I am not certain how to implement the last three items for the tutorial (either I don't know what it means or else I don't know the explanation). I will bring this up in the next maintenance meeting.

chadcwilliams commented 10 months ago

Notes for Chad:

User dict functionality: Adding custom fields to the State (new state method)

Explain why the theorists doesn't have the decorator: b/c we use inherit scikit-learn interface rather than our custom interfaces w/ experimentalists and experiment runners (this is also for the wrapper) - i.e., why on_state vs estimator_on_state

Theorists: sometimes lists and sometimes models: If your delta object has one model return it, if it returns multiple models, make it a list.

chadcwilliams commented 9 months ago

All tasks completed