Open stepthom opened 3 years ago
There should be output directory with all results created after fit. There will be readme file with markdown report. If you are in notebook then you can also call pipe.report()
to display interctive report with all results.
Thanks, @pplonski. In the future, it might make sense to add a feature to allow these scores to be obtained via the AuotML object directly so that one can get them programmatically after fit()
.
There is one more option pipe.get_leaderbord()
. Does it work for you?
How can I obtain the cross validation scores that were obtained during the call to
fit()
?E.g.: