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
for each task fn I think the stats I may want include: total samples, number correct/wrong, ratio correct/wrong, then the number / ratio over all task fns.
further analysis -- I imagine a lot of factors may influence how much my synthesizer can learn from types, including perhaps number of types used, generics used, typeclasses / constraints used, arities of all these... if I can find the patterns here it will likely help find a dataset demonstrating added value of this additional info.
per dataset, visualize distribution of sample i/o string length, so I can visually determine a sweet spot cut-off string length (esp. round numbers e.g. powers of 2) so as to statically determine a limited maximum string length (and corresponding dataset length) that will still allow most of the samples...
analysis on synthesis:
see Jupyter PoC -
reported usage issues with this here.out of scope:
visualization:
analysis on generated datasets:
plot results for analysis
The text was updated successfully, but these errors were encountered: