Closed lovettchris closed 1 year ago
Hi @lovettchris, thanks for the feedback.
I made a few changes to fix some of these issues: 1 - 3. Fixed typos
It's currently on my to-do list to replace the search space used in this notebook with a larger and more meaningful one, this should improve points 5 and 6.
Describe the bug
This doesn't work on windows:
But this does:
What does sinalized mean:
# Used to sinalized if this evaluator is compute intensive.
'# The evaluation cached is built' => perhaps "cache" is better here?
Given most people use the dark theme, I wonder if we can improve the black on dark gray problem in the plots:
The
MoBananasSearch
search seems to have failed saying:But I think this is saying "No new useful mutations found" and so it is choosing to stop and report what it found so far? I think the warning is misleading.
It would be very interesting to compare the models found by each search. Their pareto curves look very similar, but are the model architectures the same of wildly different?
MoBananasSearch
found one bigger model with 0.989 accuracy that was twice as big, but everything else looks very similar in the range of latencies and accuracies. But some kind of conclusion blurb would be nice at the end of this notebook...