-
Updated
Feb 10, 2021 - Python
parallel
Here are 1,275 public repositories matching this topic...
Summary
scikit-learn supports a test that people writing scikit-learn extensions can use to check API compatibility with the rest of the scikit-learn ecosystem. Such a test should be added for the code in python-package/lightgbm/dask.py.
Motivation
The discussion in #3883 focused a lot on compatibility of the dask estimators, like DaskLGBMClassifier, with the broader scikit-le
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Oct 30, 2018 - C++
(Noticed whilst reviewing #6695)
From the docs for numba.cuda.atomic.compare_and_swap:
class compare_and_swap(ary, old, val)
Conditionally assign val to the first element of an 1D array ary if the current value matches old.
Returns the current value as if it is loaded atomically.
It seem
Motivation
optuna.visualization.plot_pareto_front could be further improved by
- aligning the color with
optuna.visualization.plot_optimization_history, such that the red/blue colors represent the best points or any other points in a consistent way - including a legend, again, similar to `optuna.visuali
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Jupyter Notebook
-
Updated
Feb 10, 2021 - TypeScript
-
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
Explain what you would like to see improved
TCling::CheckClassInfo() should return (by parameter) the found decl, such that TClass::Init() can use it to construct the TClingClassInfo and that doesn't need to repeat the lookup.
To Reproduce
One:
#0 cling::LookupHelper::findScope (this=0x5555555f7be0, className=..., diagOnOff=cling::LookupHelper::NoDiagnostics,
resu
-
Updated
Feb 10, 2021 - Rust
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Dec 4, 2017 - Rust
-
Updated
Dec 6, 2020 - C
-
Updated
Jan 6, 2021 - C++
internal information security wants us to disable it so curious if there is an easy way to do that.
It would be neat to be able to read a remote file to a variable.
Here's my hacky implementation:
from pssh.ssh2_client import SSHClient
from pssh.native._ssh2 import wait_select
from pssh.constants import DEFAULT_RETRIES, RETRY_DELAY
from ssh2.error_codes import LIBSSH2_ERROR_EAGAIN
from ssh2.sftp import LIBSSH2_FXF_READ, LIBSSH2_SFTP_S_IRUSR
class MySSH2Client(SSHClient):
de
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."
What is the problem?