-
Updated
Oct 7, 2020 - Python
parallel
Here are 128 public repositories matching this topic...
Motivation
From following resources, the search space of examples/xgboost_simple.py seems not to be practical.
- https://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/
- https://www.youtube.com/watch?v=VC8Jc9_lNoY
- https://www.amazon.co.jp/dp/B07YTDBC3Z/
Description
Improve the search space of examples/xgboost_simple.py.
-
Updated
Aug 31, 2020 - Python
Feature request
The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!
For the feature request:
It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?
When computing the isosurface, when 4 simplex edges crosses the isosurface, we add 2 triangles to the isosurface triangulation.
Right now we add these arbitrarily (in these 3 lines) but we should add them so that the curvature is minimized.
The current state o
-
Updated
Jul 2, 2020 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 23, 2020 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Aug 10, 2020 - Python
-
Updated
Jan 20, 2020 - Python
-
Updated
Sep 15, 2020 - Python
-
Updated
Feb 24, 2017 - Python
-
Updated
Mar 26, 2020 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 8, 2017 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 1, 2019 - Python
Improve this page
Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."
Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via
ray.get_actor("some_name").It would however be very handy to have some kind of
ray.list_named_actors()API method to get a list/dict of all currently available named actors.It can be useful for: