Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bolsonaro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luc Giffon
bolsonaro
Merge requests
!9
Resolve "Experiment pipeline"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Experiment pipeline"
12-experiment-pipeline
into
master
Overview
0
Commits
38
Pipelines
0
Changes
1
Merged
Charly Lamothe
requested to merge
12-experiment-pipeline
into
master
5 years ago
Overview
0
Commits
38
Pipelines
0
Changes
1
Expand
Closes
#12 (closed)
Edited
5 years ago
by
Charly Lamothe
0
0
Merge request reports
Viewing commit
39d4540f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
39d4540f
Remove useless Real import
· 39d4540f
Charly Lamothe
authored
5 years ago
code/compute_hyperparameters.py
+
1
−
1
Options
@@ -24,7 +24,7 @@ I had to install skopt from this repository
https://github.com/darenr/scikit-optimize that handles
the issue described here https://github.com/scikit-optimize/scikit-optimize/issues/762.
"""
from
skopt.space
import
Categorical
,
Integer
,
Real
from
skopt.space
import
Categorical
,
Integer
def
clean_numpy_int_dict
(
dictionary
):
Loading