Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
73f0c7a0
Commit
73f0c7a0
authored
Nov 30, 2020
by
lucas_miranda
Browse files
Added hyperband support for hyperparameter tuning
parent
7cfdd1a5
Pipeline
#88189
failed with stage
in 2 minutes and 8 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Pipfile
View file @
73f0c7a0
...
...
@@ -4,18 +4,13 @@ verify_ssl = true
name
=
"pypi"
[packages]
dash
=
"*"
hypothesis
=
"*"
joblib
=
"*"
keras-tuner
=
"*"
kerastuner-tensorboard-logger
=
"*"
matplotlib
=
"*"
networkx
=
"*"
numpy
=
"*"
opencv-python
=
"*"
pandas
=
"*"
plotly
=
"*"
pytest
=
"*"
regex
=
"*"
scikit-learn
=
"*"
scipy
=
"*"
...
...
@@ -28,6 +23,11 @@ tqdm = "*"
umap-learn
=
"*"
[dev-packages]
dash
=
"*"
hypothesis
=
"*"
keras-tuner
=
"*"
kerastuner-tensorboard-logger
=
"*"
pytest
=
"*"
[requires]
python_version
=
"3.8"
Pipfile.lock
View file @
73f0c7a0
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment