binder
Here are 301 public repositories matching this topic...
The docstring in the gaussian_ei acquisition function mentions
Note that the value returned by this function should be maximized to
obtain theXwith maximum improvement.
However, in the Optimizer class, we see that the next x is determined by the following code for the 'sampling' acquisition optimizer.
` values = _gaussian_acquisition(
X=X, model=est, y_op
Following up on jupyterhub/binderhub#1017 (comment). In particular the comment about "reduce duplication".
A possible way to do that which I've seen in other projects is to add an endpoint to the backend from which the UI loads the config. We'd have an endpoint like binder.example.com/_config which returns a JSON which is then used to configure the dropdow
-
Updated
May 20, 2020 - Python
-
Updated
May 28, 2020 - HTML
-
Updated
Jan 17, 2019 - Jupyter Notebook
-
Updated
Aug 17, 2017 - Python
Objective
Python 3.6 and above supports type hints and optional statically typing of Python code. Since its introduction is has seen a lot of adoption in many Python projects in particular in larger code bases. Type hints are completely optional and are stripped by the Python parser before runtime.
I am not the only one @plumerai anymore who li
-
Updated
Aug 10, 2018 - Java
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Oct 18, 2019 - Jupyter Notebook
-
Updated
Mar 16, 2020 - TypeScript
@ines thanks so much for this repo, it's really helpful for interactive documentation!
Is it possible to specify a parameter that will launch the container and download the requirements on page open, instead of when the runnable is first clicked? Our requirements take some time to install, so if we could do this in the background while they're reading content instead of making users wait ~a mi
-
Updated
Apr 13, 2020 - Jupyter Notebook
-
Updated
Jun 1, 2020 - Jupyter Notebook
-
Updated
Aug 6, 2019 - Jupyter Notebook
HelloWorld Tutorial
I was wondering whether it would be possible to create some kind of a HelloWorld tutorial of using this extension? (Forgive me if one already exists).
I am trying to set this up on JupyterHub to proxy a streamlit app and I am struggling to find where to put all the config etc, knowing whether I need to start the server etc.
A simple tutorial for setting up an arbitrary port proxying would go
-
Updated
May 30, 2020
-
Updated
Apr 1, 2020 - Jupyter Notebook
-
Updated
May 7, 2020 - Shell
-
Updated
Feb 12, 2020 - Python
Improve this page
Add a description, image, and links to the binder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binder topic, visit your repo's landing page and select "manage topics."
No.9's solution may be miscopied from No.10's solution.
I suggest the solution should be revised from Before to After.
9. Create a 3x3 matrix with values ranging from 0 to 8 (★☆☆)
hint: reshapeBefore
After