Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 357 Bytes

sklearn-hypertuning

This repo tries to facilitate and automize sklearn hypertuning procedure, right now there is only a jupyter notebook but I will add modules for it soon.

Steps

choose an estimator and make a dict of search parameters and run hypertune function :))

useful tips

estimator.get_params() --> dict of parameters with values