Showing
2 changed files
with
1 additions
and
0 deletions
.get_abstracts.py.swp
deleted
100644 → 0
No preview for this file type
| ... | @@ -23,6 +23,7 @@ from numpy import mean, std | ... | @@ -23,6 +23,7 @@ from numpy import mean, std |
| 23 | #Classifier = SGDClassifier # 0.664 | 23 | #Classifier = SGDClassifier # 0.664 |
| 24 | 24 | ||
| 25 | class EstimatorSelectionHelper: | 25 | class EstimatorSelectionHelper: |
| 26 | + "http://www.codiply.com/blog/hyperparameter-grid-search-across-multiple-models-in-scikit-learn/" | ||
| 26 | def __init__(self, models, params): | 27 | def __init__(self, models, params): |
| 27 | if not set(models.keys()).issubset(set(params.keys())): | 28 | if not set(models.keys()).issubset(set(params.keys())): |
| 28 | missing_params = list(set(models.keys()) - set(params.keys())) | 29 | missing_params = list(set(models.keys()) - set(params.keys())) | ... | ... |
-
Please register or login to post a comment