Open
Description
An option for VariantSpark to search for optimal parameters using a grid search where users can provide a search grid with parameters to test. There is an implementation in Python in the scikit-learn python library (https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html).
This will help with the parameter optimisation process.