Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Susheel Busi
EukClassify
Compare Revisions
60813d6cdeaf68ff853d659af63a885d25280f05...c2bafd6efa57574118a737ec526aacf908fb3e02
Commits (2)
Update grid_search.py
· 77e5c7bc
Mass23
authored
Sep 02, 2021
77e5c7bc
Merge branch 'Mass23-master-patch-45594' into 'master'
· c2bafd6e
Susheel Busi
authored
Sep 02, 2021
Update grid_search.py See merge request
!22
c2bafd6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/grid_search.py
scripts/grid_search.py
+1
-1
No files found.
scripts/grid_search.py
View file @
c2bafd6e
...
...
@@ -71,7 +71,7 @@ def grid_search(X, y, model, emb_func, trans_func, param_grid, scorings, cv, cor
best_params
=
grid_search
.
best_estimator_
print
(
best_params
)
print
(
scores
)
metrics
=
list
(
scoring
.
keys
())
metrics
=
list
(
scoring
s
.
keys
())
res
=
dict
()
for
param
in
param_grid
.
keys
():
res
[
param
]
=
best_params
[
param
]
...
...