-
Updated
Jan 31, 2021 - Python
parallel
Here are 1,268 public repositories matching this topic...
Summary
In a refactoring in #3883, I made a silly mistake and forgot to remove a keyword argument from a method in DaskLGBMRegressor.
We should have unit tests on the Dask module that check that estimators' .fit() and .predict() methods have a similar signature to their scikit-learn equivalents.
Description
The exposed keyword arguments in .fit() and .predict() in the D
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Oct 30, 2018 - C++
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
Jan 12, 2021 - Jupyter Notebook
-
Updated
Feb 3, 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 1, 2021 - Rust
-
Updated
Jan 31, 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."
Describe your feature request
Hi guys,
It would be awesome to add API that has same output as
ray memorycommand.Also, it would be good to add some additional output info for
ray.objects(). For example, node IP, IDs of objects which are created in in-process stores, IDs of objects from remote calls (when remote calls are still being executed).Thanks in advance!