distributed
Here are 1,386 public repositories matching this topic...
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2020 - C++
-
Updated
Apr 19, 2021 - Elixir
-
Updated
Apr 19, 2021 - Java
-
Updated
Apr 20, 2021 - Go
@richardliaw could we take in the data path as a command line arg for all these examples that defaults to "~/data"? That way the user can specify their own data paths without having to modify the code.
Originally posted by @amogkam in ray-project/ray#15260 (comment)
-
Updated
Mar 18, 2021 - Java
-
Updated
Apr 18, 2021 - Ruby
Migrate all Python code from old-fashioned format()
functions, formatting %
operators and simple concatenations (+
) to modern f-strings
(brief guide). They are known to be the fastest approach and also increase code readability.
 into separate issue.
Looks like some of our API calls return values that refer to same ArrayBuffer
, which in turn causes one of the encoder functions https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-protocol/src to add it to the transfer list twice and error on postMessage
.
-
Updated
Nov 1, 2019 - Python
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
.
There is no technical difficulty to support includeValue
option, looks like we are just missing it on the API level.
See SO question
-
Updated
Apr 19, 2021 - Java
For classes declared with struct
, forward declarations should also use struct
. Currently, only struct Message
violates this in a few header files (2 or so?).
I've noticed that some files have conflicting license statements. For instance the header of file scripts/ZoneMinder/lib/ZoneMinder/Trigger/Channel.pm claims GPL-2+ but in the end of the same file I found the following statement:
This library is free
We should remove Guava as a dependency from the server module.
Most of the functionality we used from Guava are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from Elasticsearch, due to their decision to remove Guava completely.
Any functionality that we use which isn't present in the JDK can be co
-
Updated
Mar 5, 2021 - C#
-
Updated
Sep 7, 2018 - Go
The getDataObject
function is remaining public on RootDataObject
that needs to be remove. It can simply be removed.
Improve this page
Add a description, image, and links to the distributed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information