Matt Mulholland
Matt Mulholland
I know this will be disagreeable to some (including me actually!), but it would be a good idea to at least think about this. `black` is nice, even if aggressive.
Cross-validation runs serially (grid search cross-validation, however, does make use of threads). This is a considerable bottleneck for large data-sets/large feature spaces. For example, in recent experiments with 15k samples...
Black
Just trying out `black`. Please leave feedback. This is a `pre-commit` hook, by the way.
Follow guidelines for 72-character limit (check on this).
This is actually a bit involved. It would be best to start by tackling 1-2 functions/methods at a time. Find a function/method that uses a file path string and make...
This will be a pretty large issue. It might make sense to do a module at a time.
The basic idea is that one of the outputs of running RSMTool should be a model file that can be loaded and used immediately with the same type of raw...
Introducing `pre-commit` into the workflow. I have tried to segregate my commits into those that add/change config files and those that apply changes to source files that had `flake8` issues,...
When notebooks are executed, all of the cells are added to the user's history each time they are executed. This clogs up the history and makes it hard to use...