Open adrinjalali opened 3 days ago
Side-note: the hypothetical type
argument is the kind of stuff that makes me think using **kwargs
to put
several things at a time is not great (see #718)
you can always do
def put(_type, / , **kwargs):
Related to #731
In the intro example we have:
I would have expected this to be more like:
kinda thing which then does all the magic for me. Also, we don't really need to translate the
"neg_root_mean_squared_error"
.