mars icon indicating copy to clipboard operation
mars copied to clipboard

Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.

Results 143 mars issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The task progress bar numbers are not aligned, and the number of digits of the data is inconsistent. We i run the following codes: ```python import mars...

type: bug

**Describe the bug** A clear and concise description of what the bug is. ```python mars/learn/cluster/tests/test_k_means.py:35 (test_k_means_results[elkan-float64-dense]) setup = representation = 'dense', dtype = , algo = 'elkan' @pytest.mark.skipif(KMeans is None,...

type: bug

**Describe the bug** A clear and concise description of what the bug is. ```python setup = def test_bincount_execution(setup): rs = np.random.RandomState(0) raw = rs.randint(0, 9, (100,)) raw[raw == 3] =...

type: bug

## What do these changes do? This PR extends application of Apply Operand Closure cleanup to DataFrameMapChunk Operand as well as Callable and furthermore calculates func size with more accuracy....

**Describe the bug** Getting an error when running distributed training of lightgbm on ray cluster. **To Reproduce** To help us reproducing this bug, please provide information below: 1. Your 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)

good first issue
type: feature
mod: learn
task: easy

**Describe the bug** Failed to execute `Series.drop_duplicates`. ``` Python In [75]: a = md.DataFrame(np.random.rand(10, 2), columns=['a', 'b'], chunk_size=2) In [76]: a['a'].drop_duplicates().execute() 0%| | 0/100 [00:00

type: bug
good first issue
mod: dataframe
pr welcome
task: easy

**Describe the bug** A clear and concise description of what the bug is. export MARS_CI_BACKEND=ray ```python setup = def test_sample_execution(setup): rs = np.random.RandomState(0) # test dataframe raw_df = pd.DataFrame(rs.rand(100, 5),...

**Describe the bug** A clear and concise description of what the bug is. export MARS_CI_BACKEND=ray ```python setup = def test_replace_execution(setup): # dataframe cases df_raw = pd.DataFrame(-1, index=range(0, 20), columns=list("ABCDEFGHIJ")) for...

**Describe the bug** A clear and concise description of what the bug is. Run `test_dataframe_corr_with` with `MARS_CI_BACKEND=ray` environment: ```python mars/dataframe/statistics/tests/test_statistics_execution.py:166 (test_dataframe_corr_with) setup = def test_dataframe_corr_with(setup): rs = np.random.RandomState(0) raw_df =...

type: bug