ray
Here are 195 public repositories matching this topic...
-
Updated
Jan 25, 2022 - Python
-
Updated
Jan 27, 2022 - Python
Describe the bug
df.sort_values() failed when input dataframe is empty.
To Reproduce
To help us reproducing this bug, please provide information below:
- Your Python version
- The version of Mars you use
- Versions of crucia
-
Updated
Jan 23, 2022 - JavaScript
-
Updated
Jan 22, 2022 - C++
-
Updated
Jan 26, 2022 - C++
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Apr 13, 2021 - Python
-
Updated
Jul 4, 2020 - Python
-
Updated
Dec 29, 2021 - Python
-
Updated
Jan 25, 2022 - C++
-
Updated
Oct 3, 2019 - Python
-
Updated
Oct 23, 2020 - Python
Data splitter
Overview
As a CFP user, I would like to split a dataset (e.g., np array, pandas dataframe) into smaller objects that can then be fed into other nodes/pipeline. This is especially useful when we have compute intensive tasks and would like to parallelize it eas
-
Updated
Dec 8, 2020 - Python
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Jan 3, 2022 - Jupyter Notebook
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Currently, we only lint & test ray-operator, since we merge service code here, we should also update CI to support these submodules.
https://github.com/ray-project/kuberay/blob/6f87ca64c107cd51d3ab955faf4be198e0094536/.git
-
Updated
Jan 26, 2017 - C
-
Updated
Mar 11, 2021 - Makefile
-
Updated
Nov 15, 2021 - PHP
-
Updated
Jan 11, 2022 - C++
-
Updated
Jul 7, 2021 - Python
-
Updated
Jan 13, 2022 - Python
Improve this page
Add a description, image, and links to the ray topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ray topic, visit your repo's landing page and select "manage topics."
Problem: Currently
JsonLoggerCallback.handle_resultwill load in the entirety of the existing results, append the new result, and then rewrite the entire file. This may not scale when running long-running jobs or jobs with large results.https://github.com/ray-project/ray/blob/4e8f90aca20aa7bb87a4e84039889444824382ca/python/ray/train/callbacks/logging.py#L138-L142
Potential Fix: