parallel
Here are 1,395 public repositories matching this topic...
Summary
mypy
shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--ignore-missing-imports \
python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
-
Updated
Jul 29, 2021 - JavaScript
-
Updated
Oct 30, 2018 - C++
-
Updated
Jul 29, 2021 - C++
Motivation
When we use the deprecated KerasPruningCallback
, it shows the deprecated warning to use tf.keras instead of keras. However, users cannot know our alternative callback of `KerasPruningCall
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Jun 29, 2021 - TypeScript
-
Updated
Aug 3, 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
Jun 2, 2021 - JavaScript
-
Updated
Aug 4, 2020 - Java
-
Updated
Jul 30, 2021 - Python
-
Updated
Jul 23, 2021 - Rust
This migration is a great first issue for an enthusiastic open source contributor who wants to get started contributing to ROOT with a well-defined task!
Introduction
RooFit needs to be migrated to use range-based loops to iterate over RooArgLists and RooArg Sets. The [deprecated iterator-creating functions](https://github.com/root-project/root/blob/master/roofit/roofitcore/inc/RooAbs
Please add the ability to connect to MongoDB via TLS when running as a docker service
Why is it needed? What is the value? For whom do we build it?
The ability to connect to MongoDB using TLS is is needed for someone who wants to run sorry-cypress as a docker service in a VM at Azure, using Azure's CosmosDB as the MongoDB server.
Azure's CosmosDB has a mongo front-end that I believe wou
-
Updated
Dec 4, 2017 - Rust
-
Updated
Dec 6, 2020 - C
-
Updated
Jul 8, 2021 - C++
-
Updated
May 26, 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."
Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing
.from_arrow()
and.to_arrow()
APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.Implementation Note