Xuye Qin

Results 32 issues of Xuye Qin

**Is your feature request related to a problem? Please describe.** Now, we cannot know what the worker is executing from the web UI, we need to show them.

type: feature
mod: web
mod: scheduling service

**Is your feature request related to a problem? Please describe.** We can support restarting entire service.

type: feature

**Describe the bug** Failover remote functions failed. **To Reproduce** To help us reproducing this bug, please provide information below: 1. Your Python version 2. The version of Mars you use...

type: bug

Now, `df.groupby().nunique()` would be delegated to `transform` to perform execution, it will be a shuffle operation which is very time consuming, we can delegate it to `aggregation` which is way...

type: enhancement
mod: dataframe
task: medium

# Motivation Now, when tileables have large number of chunks, building expr, subtask graph and so forth could become the bottleneck, we need to try to reduce the overhead. #...

type: enhancement
mod: dataframe
mod: task service

## What do these changes do? This PR added pandas api coverage doc ## Related issue number Fixes #xxxx ## Check code requirements - [ ] tests added / passed...

type: docs

**Is your feature request related to a problem? Please describe.** We can implement a xarray backend in Mars, refer to https://xarray.pydata.org/en/stable/internals/how-to-add-new-backend.html .

mod: tensor
type: feature
prio: high
task: medium

**Is your feature request related to a problem? Please describe.** `cluster.AffinityPropagation` can be introduced, sklearn version is https://scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html

type: feature
mod: learn
prio: high
task: medium

**Describe the bug** `mars.tensor.array_equal` raises error when input tensor's dtype is string. **To Reproduce** To help us reproducing this bug, please provide information below: 1. Your Python version 2. The...

type: bug
mod: tensor
pr welcome
task: medium

All proposals and roadmaps of Mars are listed here. Suggestions and discussions are sincerely welcomed. Roadmaps ---------- DataFrame (Phase 1: #495, done) Distributed engine (#493) Enhancement Proposals ------------------------ ### Project...