Replies: 9 comments 33 replies
-
FEATURE REQUEST: |
Beta Was this translation helpful? Give feedback.
-
FEATURE REQUEST: append logic for VariablesCollection |
Beta Was this translation helpful? Give feedback.
-
FEATURE REQUEST: Be able to declare input variables in the wrapper function |
Beta Was this translation helpful? Give feedback.
-
FEATURE REQUEST: when creating new state, make it more convenient to add fields to the state. It's inconvenient now because you have to create a new state class. |
Beta Was this translation helpful? Give feedback.
-
BUG: model list problem @younesStrittmatter |
Beta Was this translation helpful? Give feedback.
-
FEATURE REQUEST:
Definitely not a problem, but I find it odd that these all come from different places, especially the latter two as they do the same thing (conceptually). It'd be nice to be able to: |
Beta Was this translation helpful? Give feedback.
-
Hi all, I've updated AutoResearch/autora-core#33 with all the key changes from the mini hackathon. Please note: I didn't include the align_dataframe_to_ivs function from https://github.com/AutoResearch/autora-core/blob/mini-hackaton-before-refactor-state/src/autora/utils/conversion.py because I don't think this should be part of the on_state function. There's an explanation here: AutoResearch/autora-core#33 (comment) I would like to suggest that we include any additional features or requests as separate PRs. (However, if anything is broken with the existing PR, we'll update that.) |
Beta Was this translation helpful? Give feedback.
-
FEATURE REQUEST: some logic to combine outputs from multiple components into one output. E.g., current problem is that when two experimentalists are chained; the second one overwrites the first. We want some functionality that combines the output of both experimentalists @chadcwilliams |
Beta Was this translation helpful? Give feedback.
-
DECISION: Have experimentalists & runners accept pandas df, (+numpy) and return pandas df |
Beta Was this translation helpful? Give feedback.
-
This is a thread to collect comments/suggestions on using the latest state logic in https://github.com/AutoResearch/autora-core/tree/feat/mini-hackathon/docs/cycle
Beta Was this translation helpful? Give feedback.
All reactions