parallel
Here are 1,318 public repositories matching this topic...
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.

blocks_of_thirty_two = sixty_four.reshape(-1,32)
nb_sixty_four = cuda.to_device(sixty_four)
nb_sixty_four.reshape(-1, 32)
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
Apr 6, 2021 - JavaScript
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Apr 16, 2021 - TypeScript
-
Updated
Mar 29, 2021 - Jupyter Notebook
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Dec 21, 2020 - JavaScript
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
-
Updated
Aug 4, 2020 - Java
-
Updated
Nov 4, 2020 - Python
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Mar 31, 2021 - Rust
-
Updated
Dec 4, 2017 - Rust
-
Updated
Dec 6, 2020 - C
Is there a way to set the uploadUrl for S3? I might be missing something, but since there is S3_READ_URL_PREFIX, I would expect there to be one for upload URL as well.
However, it looks like that is not the case, and uploadUrl is hardcoded
h
-
Updated
Mar 5, 2021 - C++
-
Updated
Apr 1, 2021 - C++
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."
@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)