The simple elegance of `.get_new_params()`
Reading through documentation for a programming function to find what arguments it likes can be tedious, especially since many of the possible options either don’t work together or aren’t documented. Something I have been including on most of my newer classes is a static method called get_new_params(method=’random’) which does pretty much exactly as it says, […]
The simple elegance of `.get_new_params()` Read More »