AutoResearch / autora

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

check all experimentalist samplers for model.predict() #650

Open musslick opened 2 months ago

musslick commented 2 months ago

make sure that the function call for predict is directly on the model (that it is compatible with rnn-theorist)

Make sure that the predict method is called with a pandas data frame as input for the conditions. Make also sure to avoid prior conversion of conditions (use plain pandas input).

younesStrittmatter commented 2 months ago