machine-learning-notebooks icon indicating copy to clipboard operation
machine-learning-notebooks copied to clipboard

Assorted exercises and proof-of-concepts to understand and study machine learning and statistical learning theory

Results 3 machine-learning-notebooks issues
Sort by recently updated
recently updated
newest added

I am pasting an issue here which is based on hyperclassifersearch package (which is based on this code). Any idea why i am getting the following? One thing i do...

Would it be possible to provide an argument for the `EstimatorSelectionHelper()` in order to silence its output (I use Jupiter-notebook) during fit procedure? I was thinking something along the lines...

I was wondering if you have any plans to include the learned `best_estimator_` attribute for your `EstimatorSelectionHelper()` function? This will allow using the calculated best estimator and its corresponding hyper-parameters...