You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I know with regular use of ludwig, you can get the pre-processed data back like this:
(self.evaluation_statistics, training_statistics, self.preprocessed_data, output_directory) = self.model.experiment(**self.train_kwargs)OR
train_stats, preprocessed_data, output_directory = self.model.train(**self.train_kwargs)but I don't see a way to do that if I use autoML, which just returns auto_train_results.
Any ideas?
thanks
All reactions