ray
Here are 208 public repositories matching this topic...
-
Updated
May 11, 2022 - Python
-
Updated
May 12, 2022 - Python
Is your feature request related to a problem? Please describe.
Implements classification_report for classification metrics.(https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html)
-
Updated
May 11, 2022 - JavaScript
-
Updated
Jan 28, 2022 - C++
-
Updated
Apr 17, 2022 - C++
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
May 8, 2022 - C++
-
Updated
Apr 13, 2021 - Python
-
Updated
Apr 25, 2022 - Python
-
Updated
Jul 4, 2020 - Python
-
Updated
Oct 3, 2019 - Python
-
Updated
Jan 28, 2022 - 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
Mar 11, 2022 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Jan 3, 2022 - Jupyter Notebook
-
Updated
Jan 26, 2017 - C
-
Updated
Mar 11, 2021 - Makefile
-
Updated
Apr 15, 2022 - PHP
-
Updated
Mar 31, 2022 - C++
-
Updated
Jul 7, 2021 - 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."

The implementation of the progress reporter, particularly the table generation, suffers from cluttered legacy code. The functions are long, messy, and pass around long argument lists. It is hard to unit test. We should clean this module up do make it easier to extend and modify.