Hashim
Hashim
Would be great to have grid search for hyper parameter tuning in dffml. Something along the lines of [`sklearn.model_selection.GridSearchCV`](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html#sklearn.model_selection.GridSearchCV) Or maybe simply having a parameter grid and building and passing...
Since only selective hyperparameters (that have been exclusively set mutable) will be mutable, we should let users know somehow which ones are.
Python3.9 Venv scipy 1.4.1 I've recreated the issue faced by some new folks. As pointed out by @programmer290399 it could just be caused by Python3.9. However, this is simply solved...