setup.py
_mars/__init__.py
_mars/_version.py
_mars/config.py
_mars/conftest.py
_mars/constants.py
_mars/opcodes.py
_mars/oscar.py
_mars/profiling.py
_mars/resource.py
_mars/session.py
_mars/supervisor.py
_mars/typing.py
_mars/utils.py
_mars/worker.py
_mars/contrib/__init__.py
_mars/contrib/dask/__init__.py
_mars/contrib/dask/converter.py
_mars/contrib/dask/scheduler.py
_mars/contrib/dask/utils.py
_mars/core/__init__.py
_mars/core/base.py
_mars/core/context.py
_mars/core/custom_log.py
_mars/core/entrypoints.py
_mars/core/mode.py
_mars/core/entity/__init__.py
_mars/core/entity/chunks.py
_mars/core/entity/core.py
_mars/core/entity/executable.py
_mars/core/entity/fuse.py
_mars/core/entity/objects.py
_mars/core/entity/output_types.py
_mars/core/entity/tileables.py
_mars/core/entity/utils.py
_mars/core/graph/__init__.py
_mars/core/graph/entity.py
_mars/core/graph/builder/__init__.py
_mars/core/graph/builder/base.py
_mars/core/graph/builder/chunk.py
_mars/core/graph/builder/tileable.py
_mars/core/graph/builder/utils.py
_mars/core/operand/__init__.py
_mars/core/operand/base.py
_mars/core/operand/core.py
_mars/core/operand/fetch.py
_mars/core/operand/fuse.py
_mars/core/operand/objects.py
_mars/core/operand/shuffle.py
_mars/dataframe/__init__.py
_mars/dataframe/align.py
_mars/dataframe/core.py
_mars/dataframe/hash_utils.py
_mars/dataframe/initializer.py
_mars/dataframe/operands.py
_mars/dataframe/utils.py
_mars/dataframe/arithmetic/__init__.py
_mars/dataframe/arithmetic/abs.py
_mars/dataframe/arithmetic/add.py
_mars/dataframe/arithmetic/arccos.py
_mars/dataframe/arithmetic/arccosh.py
_mars/dataframe/arithmetic/arcsin.py
_mars/dataframe/arithmetic/arcsinh.py
_mars/dataframe/arithmetic/arctan.py
_mars/dataframe/arithmetic/arctanh.py
_mars/dataframe/arithmetic/around.py
_mars/dataframe/arithmetic/bitwise_and.py
_mars/dataframe/arithmetic/bitwise_or.py
_mars/dataframe/arithmetic/bitwise_xor.py
_mars/dataframe/arithmetic/ceil.py
_mars/dataframe/arithmetic/core.py
_mars/dataframe/arithmetic/cos.py
_mars/dataframe/arithmetic/cosh.py
_mars/dataframe/arithmetic/degrees.py
_mars/dataframe/arithmetic/docstring.py
_mars/dataframe/arithmetic/dot.py
_mars/dataframe/arithmetic/equal.py
_mars/dataframe/arithmetic/exp.py
_mars/dataframe/arithmetic/exp2.py
_mars/dataframe/arithmetic/expm1.py
_mars/dataframe/arithmetic/floor.py
_mars/dataframe/arithmetic/floordiv.py
_mars/dataframe/arithmetic/greater.py
_mars/dataframe/arithmetic/greater_equal.py
_mars/dataframe/arithmetic/invert.py
_mars/dataframe/arithmetic/is_ufuncs.py
_mars/dataframe/arithmetic/less.py
_mars/dataframe/arithmetic/less_equal.py
_mars/dataframe/arithmetic/log.py
_mars/dataframe/arithmetic/log10.py
_mars/dataframe/arithmetic/log2.py
_mars/dataframe/arithmetic/mod.py
_mars/dataframe/arithmetic/multiply.py
_mars/dataframe/arithmetic/negative.py
_mars/dataframe/arithmetic/not_equal.py
_mars/dataframe/arithmetic/power.py
_mars/dataframe/arithmetic/radians.py
_mars/dataframe/arithmetic/sin.py
_mars/dataframe/arithmetic/sinh.py
_mars/dataframe/arithmetic/sqrt.py
_mars/dataframe/arithmetic/subtract.py
_mars/dataframe/arithmetic/tan.py
_mars/dataframe/arithmetic/tanh.py
_mars/dataframe/arithmetic/truediv.py
_mars/dataframe/base/__init__.py
_mars/dataframe/base/_duplicate.py
_mars/dataframe/base/accessor.py
_mars/dataframe/base/apply.py
_mars/dataframe/base/applymap.py
_mars/dataframe/base/astype.py
_mars/dataframe/base/bloom_filter.py
_mars/dataframe/base/cartesian_chunk.py
_mars/dataframe/base/check_monotonic.py
_mars/dataframe/base/core.py
_mars/dataframe/base/cut.py
_mars/dataframe/base/datetimes.py
_mars/dataframe/base/describe.py
_mars/dataframe/base/diff.py
_mars/dataframe/base/drop.py
_mars/dataframe/base/drop_duplicates.py
_mars/dataframe/base/duplicated.py
_mars/dataframe/base/eval.py
_mars/dataframe/base/explode.py
_mars/dataframe/base/get_dummies.py
_mars/dataframe/base/isin.py
_mars/dataframe/base/map.py
_mars/dataframe/base/map_chunk.py
_mars/dataframe/base/melt.py
_mars/dataframe/base/memory_usage.py
_mars/dataframe/base/nlargest.py
_mars/dataframe/base/nsmallest.py
_mars/dataframe/base/nunique.py
_mars/dataframe/base/pct_change.py
_mars/dataframe/base/pivot.py
_mars/dataframe/base/pivot_table.py
_mars/dataframe/base/qcut.py
_mars/dataframe/base/rebalance.py
_mars/dataframe/base/rechunk.py
_mars/dataframe/base/select_dtypes.py
_mars/dataframe/base/shift.py
_mars/dataframe/base/stack.py
_mars/dataframe/base/standardize_range_index.py
_mars/dataframe/base/string_.py
_mars/dataframe/base/to_cpu.py
_mars/dataframe/base/to_gpu.py
_mars/dataframe/base/to_numeric.py
_mars/dataframe/base/transform.py
_mars/dataframe/base/transpose.py
_mars/dataframe/base/value_counts.py
_mars/dataframe/datasource/__init__.py
_mars/dataframe/datasource/core.py
_mars/dataframe/datasource/dataframe.py
_mars/dataframe/datasource/date_range.py
_mars/dataframe/datasource/from_index.py
_mars/dataframe/datasource/from_records.py
_mars/dataframe/datasource/from_tensor.py
_mars/dataframe/datasource/from_vineyard.py
_mars/dataframe/datasource/index.py
_mars/dataframe/datasource/read_csv.py
_mars/dataframe/datasource/read_parquet.py
_mars/dataframe/datasource/read_sql.py
_mars/dataframe/datasource/series.py
_mars/dataframe/datasource/utils.py
_mars/dataframe/datastore/__init__.py
_mars/dataframe/datastore/to_csv.py
_mars/dataframe/datastore/to_parquet.py
_mars/dataframe/datastore/to_sql.py
_mars/dataframe/datastore/to_vineyard.py
_mars/dataframe/fetch/__init__.py
_mars/dataframe/fetch/core.py
_mars/dataframe/groupby/__init__.py
_mars/dataframe/groupby/aggregation.py
_mars/dataframe/groupby/apply.py
_mars/dataframe/groupby/core.py
_mars/dataframe/groupby/cum.py
_mars/dataframe/groupby/custom_aggregation.py
_mars/dataframe/groupby/fill.py
_mars/dataframe/groupby/getitem.py
_mars/dataframe/groupby/head.py
_mars/dataframe/groupby/nth.py
_mars/dataframe/groupby/nunique.py
_mars/dataframe/groupby/rolling.py
_mars/dataframe/groupby/sample.py
_mars/dataframe/groupby/sort.py
_mars/dataframe/groupby/transform.py
_mars/dataframe/indexing/__init__.py
_mars/dataframe/indexing/add_prefix_suffix.py
_mars/dataframe/indexing/align.py
_mars/dataframe/indexing/at.py
_mars/dataframe/indexing/getitem.py
_mars/dataframe/indexing/iat.py
_mars/dataframe/indexing/iloc.py
_mars/dataframe/indexing/index_lib.py
_mars/dataframe/indexing/insert.py
_mars/dataframe/indexing/loc.py
_mars/dataframe/indexing/reindex.py
_mars/dataframe/indexing/rename.py
_mars/dataframe/indexing/rename_axis.py
_mars/dataframe/indexing/reset_index.py
_mars/dataframe/indexing/sample.py
_mars/dataframe/indexing/set_axis.py
_mars/dataframe/indexing/set_index.py
_mars/dataframe/indexing/setitem.py
_mars/dataframe/indexing/utils.py
_mars/dataframe/indexing/where.py
_mars/dataframe/merge/__init__.py
_mars/dataframe/merge/append.py
_mars/dataframe/merge/concat.py
_mars/dataframe/merge/merge.py
_mars/dataframe/missing/__init__.py
_mars/dataframe/missing/checkna.py
_mars/dataframe/missing/dropna.py
_mars/dataframe/missing/fillna.py
_mars/dataframe/missing/replace.py
_mars/dataframe/plotting/__init__.py
_mars/dataframe/plotting/core.py
_mars/dataframe/reduction/__init__.py
_mars/dataframe/reduction/aggregation.py
_mars/dataframe/reduction/all.py
_mars/dataframe/reduction/any.py
_mars/dataframe/reduction/core.py
_mars/dataframe/reduction/count.py
_mars/dataframe/reduction/cummax.py
_mars/dataframe/reduction/cummin.py
_mars/dataframe/reduction/cumprod.py
_mars/dataframe/reduction/cumsum.py
_mars/dataframe/reduction/custom_reduction.py
_mars/dataframe/reduction/kurtosis.py
_mars/dataframe/reduction/max.py
_mars/dataframe/reduction/mean.py
_mars/dataframe/reduction/min.py
_mars/dataframe/reduction/nunique.py
_mars/dataframe/reduction/prod.py
_mars/dataframe/reduction/reduction_size.py
_mars/dataframe/reduction/sem.py
_mars/dataframe/reduction/skew.py
_mars/dataframe/reduction/std.py
_mars/dataframe/reduction/str_concat.py
_mars/dataframe/reduction/sum.py
_mars/dataframe/reduction/unique.py
_mars/dataframe/reduction/var.py
_mars/dataframe/sort/__init__.py
_mars/dataframe/sort/core.py
_mars/dataframe/sort/psrs.py
_mars/dataframe/sort/sort_index.py
_mars/dataframe/sort/sort_values.py
_mars/dataframe/statistics/__init__.py
_mars/dataframe/statistics/corr.py
_mars/dataframe/statistics/quantile.py
_mars/dataframe/tseries/__init__.py
_mars/dataframe/tseries/to_datetime.py
_mars/dataframe/ufunc/__init__.py
_mars/dataframe/ufunc/tensor.py
_mars/dataframe/ufunc/ufunc.py
_mars/dataframe/window/__init__.py
_mars/dataframe/window/aggregation.py
_mars/dataframe/window/core.py
_mars/dataframe/window/ewm/__init__.py
_mars/dataframe/window/ewm/aggregation.py
_mars/dataframe/window/ewm/core.py
_mars/dataframe/window/expanding/__init__.py
_mars/dataframe/window/expanding/aggregation.py
_mars/dataframe/window/expanding/core.py
_mars/dataframe/window/rolling/__init__.py
_mars/dataframe/window/rolling/aggregation.py
_mars/dataframe/window/rolling/core.py
_mars/deploy/__init__.py
_mars/deploy/utils.py
_mars/deploy/kubedl/__init__.py
_mars/deploy/kubedl/client.py
_mars/deploy/kubedl/config.py
_mars/deploy/oscar/__init__.py
_mars/deploy/oscar/cmdline.py
_mars/deploy/oscar/local.py
_mars/deploy/oscar/pool.py
_mars/deploy/oscar/service.py
_mars/deploy/oscar/session.py
_mars/deploy/oscar/supervisor.py
_mars/deploy/oscar/worker.py
_mars/deploy/yarn/__init__.py
_mars/deploy/yarn/client.py
_mars/deploy/yarn/config.py
_mars/deploy/yarn/core.py
_mars/deploy/yarn/supervisor.py
_mars/deploy/yarn/worker.py
_mars/learn/__init__.py
_mars/learn/base.py
_mars/learn/operands.py
_mars/learn/wrappers.py
_mars/learn/cluster/__init__.py
_mars/learn/cluster/_k_means_common.py
_mars/learn/cluster/_k_means_elkan_iter.py
_mars/learn/cluster/_k_means_init.py
_mars/learn/cluster/_k_means_lloyd_iter.py
_mars/learn/cluster/_kmeans.py
_mars/learn/contrib/__init__.py
_mars/learn/contrib/utils.py
_mars/learn/contrib/joblib/__init__.py
_mars/learn/contrib/joblib/backend.py
_mars/learn/contrib/lightgbm/__init__.py
_mars/learn/contrib/lightgbm/_align.py
_mars/learn/contrib/lightgbm/_predict.py
_mars/learn/contrib/lightgbm/_train.py
_mars/learn/contrib/lightgbm/classifier.py
_mars/learn/contrib/lightgbm/core.py
_mars/learn/contrib/lightgbm/ranker.py
_mars/learn/contrib/lightgbm/regressor.py
_mars/learn/contrib/pytorch/__init__.py
_mars/learn/contrib/pytorch/dataset.py
_mars/learn/contrib/pytorch/run_script.py
_mars/learn/contrib/pytorch/sampler.py
_mars/learn/contrib/statsmodels/__init__.py
_mars/learn/contrib/statsmodels/api.py
_mars/learn/contrib/statsmodels/predict.py
_mars/learn/contrib/statsmodels/train.py
_mars/learn/contrib/tensorflow/__init__.py
_mars/learn/contrib/tensorflow/dataset.py
_mars/learn/contrib/tensorflow/run_script.py
_mars/learn/contrib/tsfresh/__init__.py
_mars/learn/contrib/tsfresh/core.py
_mars/learn/contrib/xgboost/__init__.py
_mars/learn/contrib/xgboost/classifier.py
_mars/learn/contrib/xgboost/core.py
_mars/learn/contrib/xgboost/dmatrix.py
_mars/learn/contrib/xgboost/predict.py
_mars/learn/contrib/xgboost/regressor.py
_mars/learn/contrib/xgboost/start_tracker.py
_mars/learn/contrib/xgboost/tracker.py
_mars/learn/contrib/xgboost/train.py
_mars/learn/datasets/__init__.py
_mars/learn/datasets/samples_generator.py
_mars/learn/decomposition/__init__.py
_mars/learn/decomposition/_base.py
_mars/learn/decomposition/_pca.py
_mars/learn/decomposition/_truncated_svd.py
_mars/learn/ensemble/__init__.py
_mars/learn/ensemble/_bagging.py
_mars/learn/ensemble/_blockwise.py
_mars/learn/ensemble/_iforest.py
_mars/learn/glm/__init__.py
_mars/learn/glm/_logistic.py
_mars/learn/glm/_optimizers.py
_mars/learn/linear_model/__init__.py
_mars/learn/linear_model/_base.py
_mars/learn/metrics/__init__.py
_mars/learn/metrics/_base.py
_mars/learn/metrics/_check_targets.py
_mars/learn/metrics/_classification.py
_mars/learn/metrics/_ranking.py
_mars/learn/metrics/_regresssion.py
_mars/learn/metrics/_scorer.py
_mars/learn/metrics/pairwise/__init__.py
_mars/learn/metrics/pairwise/core.py
_mars/learn/metrics/pairwise/cosine.py
_mars/learn/metrics/pairwise/euclidean.py
_mars/learn/metrics/pairwise/haversine.py
_mars/learn/metrics/pairwise/manhattan.py
_mars/learn/metrics/pairwise/pairwise.py
_mars/learn/metrics/pairwise/pairwise_distances_topk.py
_mars/learn/metrics/pairwise/rbf_kernel.py
_mars/learn/model_selection/__init__.py
_mars/learn/model_selection/_search.py
_mars/learn/model_selection/_split.py
_mars/learn/neighbors/__init__.py
_mars/learn/neighbors/_ball_tree.py
_mars/learn/neighbors/_faiss.py
_mars/learn/neighbors/_kd_tree.py
_mars/learn/neighbors/_kneighbors_graph.py
_mars/learn/neighbors/_proxima.py
_mars/learn/neighbors/base.py
_mars/learn/neighbors/tree.py
_mars/learn/neighbors/unsupervised.py
_mars/learn/preprocessing/__init__.py
_mars/learn/preprocessing/_data.py
_mars/learn/preprocessing/_label.py
_mars/learn/preprocessing/normalize.py
_mars/learn/proxima/__init__.py
_mars/learn/proxima/core.py
_mars/learn/proxima/simple_index/__init__.py
_mars/learn/proxima/simple_index/builder.py
_mars/learn/proxima/simple_index/knn.py
_mars/learn/proxima/simple_index/recall.py
_mars/learn/proxima/simple_index/searcher.py
_mars/learn/semi_supervised/__init__.py
_mars/learn/semi_supervised/_label_propagation.py
_mars/learn/utils/__init__.py
_mars/learn/utils/_encode.py
_mars/learn/utils/checks.py
_mars/learn/utils/collect_ports.py
_mars/learn/utils/core.py
_mars/learn/utils/extmath.py
_mars/learn/utils/multiclass.py
_mars/learn/utils/shuffle.py
_mars/learn/utils/sparsefuncs.py
_mars/learn/utils/validation.py
_mars/lib/__init__.py
_mars/lib/bloom_filter.py
_mars/lib/compression.py
_mars/lib/groupby_wrapper.py
_mars/lib/mkl_interface.py
_mars/lib/nvutils.py
_mars/lib/tbcode.py
_mars/lib/version.py
_mars/lib/aio/__init__.py
_mars/lib/aio/_runners.py
_mars/lib/aio/_threads.py
_mars/lib/aio/file.py
_mars/lib/aio/isolation.py
_mars/lib/filesystem/__init__.py
_mars/lib/filesystem/_glob.py
_mars/lib/filesystem/arrow.py
_mars/lib/filesystem/azure.py
_mars/lib/filesystem/base.py
_mars/lib/filesystem/core.py
_mars/lib/filesystem/fsmap.py
_mars/lib/filesystem/fsspec_adapter.py
_mars/lib/filesystem/hdfs.py
_mars/lib/filesystem/local.py
_mars/lib/filesystem/oss.py
_mars/lib/filesystem/s3.py
_mars/lib/filesystem/_oss_lib/__init__.py
_mars/lib/filesystem/_oss_lib/common.py
_mars/lib/filesystem/_oss_lib/glob.py
_mars/lib/filesystem/_oss_lib/handle.py
_mars/lib/sparse/__init__.py
_mars/lib/sparse/array.py
_mars/lib/sparse/core.py
_mars/lib/sparse/matrix.py
_mars/lib/sparse/vector.py
_mars/lib/uhashring/__init__.py
_mars/lib/uhashring/monkey.py
_mars/lib/uhashring/ring.py
_mars/lib/uhashring/ring_ketama.py
_mars/lib/uhashring/ring_meta.py
_mars/optimization/__init__.py
_mars/optimization/logical/__init__.py
_mars/optimization/logical/core.py
_mars/optimization/logical/chunk/__init__.py
_mars/optimization/logical/chunk/core.py
_mars/optimization/logical/chunk/head.py
_mars/optimization/logical/common/__init__.py
_mars/optimization/logical/common/head.py
_mars/optimization/logical/tileable/__init__.py
_mars/optimization/logical/tileable/arithmetic_query.py
_mars/optimization/logical/tileable/core.py
_mars/optimization/logical/tileable/head.py
_mars/optimization/logical/tileable/column_pruning/__init__.py
_mars/optimization/logical/tileable/column_pruning/column_pruning_rule.py
_mars/optimization/logical/tileable/column_pruning/input_column_selector.py
_mars/optimization/logical/tileable/column_pruning/self_column_selector.py
_mars/optimization/logical/tileable/column_pruning/utils.py
_mars/optimization/physical/__init__.py
_mars/optimization/physical/core.py
_mars/optimization/physical/cupy.py
_mars/optimization/physical/jax.py
_mars/optimization/physical/numexpr.py
_mars/remote/__init__.py
_mars/remote/core.py
_mars/remote/operands.py
_mars/remote/run_script.py
_mars/serialization/__init__.py
_mars/serialization/mars_objects.py
_mars/serialization/serializables/__init__.py
_mars/serialization/serializables/core.py
_mars/serialization/serializables/field.py
_mars/serialization/serializables/field_type.py
_mars/services/__init__.py
_mars/services/context.py
_mars/services/core.py
_mars/services/cluster/__init__.py
_mars/services/cluster/core.py
_mars/services/cluster/file_logger.py
_mars/services/cluster/gather.py
_mars/services/cluster/locator.py
_mars/services/cluster/procinfo.py
_mars/services/cluster/uploader.py
_mars/services/cluster/api/__init__.py
_mars/services/cluster/api/core.py
_mars/services/cluster/api/oscar.py
_mars/services/cluster/api/web.py
_mars/services/cluster/backends/__init__.py
_mars/services/cluster/backends/base.py
_mars/services/cluster/backends/fixed.py
_mars/services/cluster/supervisor/__init__.py
_mars/services/cluster/supervisor/locator.py
_mars/services/cluster/supervisor/node_allocator.py
_mars/services/cluster/supervisor/node_info.py
_mars/services/cluster/supervisor/service.py
_mars/services/cluster/worker/__init__.py
_mars/services/cluster/worker/locator.py
_mars/services/cluster/worker/service.py
_mars/services/lifecycle/__init__.py
_mars/services/lifecycle/errors.py
_mars/services/lifecycle/api/__init__.py
_mars/services/lifecycle/api/core.py
_mars/services/lifecycle/api/oscar.py
_mars/services/lifecycle/api/web.py
_mars/services/lifecycle/supervisor/__init__.py
_mars/services/lifecycle/supervisor/service.py
_mars/services/lifecycle/supervisor/tracker.py
_mars/services/lifecycle/worker/__init__.py
_mars/services/meta/__init__.py
_mars/services/meta/core.py
_mars/services/meta/metas.py
_mars/services/meta/api/__init__.py
_mars/services/meta/api/core.py
_mars/services/meta/api/oscar.py
_mars/services/meta/api/web.py
_mars/services/meta/store/__init__.py
_mars/services/meta/store/base.py
_mars/services/meta/store/dictionary.py
_mars/services/meta/supervisor/__init__.py
_mars/services/meta/supervisor/core.py
_mars/services/meta/supervisor/service.py
_mars/services/meta/worker/__init__.py
_mars/services/meta/worker/core.py
_mars/services/meta/worker/service.py
_mars/services/scheduling/__init__.py
_mars/services/scheduling/core.py
_mars/services/scheduling/errors.py
_mars/services/scheduling/utils.py
_mars/services/scheduling/api/__init__.py
_mars/services/scheduling/api/core.py
_mars/services/scheduling/api/oscar.py
_mars/services/scheduling/api/web.py
_mars/services/scheduling/supervisor/__init__.py
_mars/services/scheduling/supervisor/assigner.py
_mars/services/scheduling/supervisor/autoscale.py
_mars/services/scheduling/supervisor/globalresource.py
_mars/services/scheduling/supervisor/manager.py
_mars/services/scheduling/supervisor/queueing.py
_mars/services/scheduling/supervisor/service.py
_mars/services/scheduling/supervisor/speculation.py
_mars/services/scheduling/worker/__init__.py
_mars/services/scheduling/worker/execution.py
_mars/services/scheduling/worker/quota.py
_mars/services/scheduling/worker/service.py
_mars/services/scheduling/worker/workerslot.py
_mars/services/session/__init__.py
_mars/services/session/core.py
_mars/services/session/api/__init__.py
_mars/services/session/api/core.py
_mars/services/session/api/oscar.py
_mars/services/session/api/web.py
_mars/services/session/supervisor/__init__.py
_mars/services/session/supervisor/core.py
_mars/services/session/supervisor/custom_log.py
_mars/services/session/supervisor/service.py
_mars/services/session/worker/__init__.py
_mars/services/session/worker/custom_log.py
_mars/services/session/worker/service.py
_mars/services/storage/__init__.py
_mars/services/storage/core.py
_mars/services/storage/errors.py
_mars/services/storage/handler.py
_mars/services/storage/spill.py
_mars/services/storage/transfer.py
_mars/services/storage/api/__init__.py
_mars/services/storage/api/core.py
_mars/services/storage/api/oscar.py
_mars/services/storage/api/web.py
_mars/services/storage/supervisor/__init__.py
_mars/services/storage/worker/__init__.py
_mars/services/storage/worker/service.py
_mars/services/subtask/__init__.py
_mars/services/subtask/api.py
_mars/services/subtask/core.py
_mars/services/subtask/errors.py
_mars/services/subtask/utils.py
_mars/services/subtask/supervisor/__init__.py
_mars/services/subtask/worker/__init__.py
_mars/services/subtask/worker/manager.py
_mars/services/subtask/worker/processor.py
_mars/services/subtask/worker/runner.py
_mars/services/subtask/worker/service.py
_mars/services/task/__init__.py
_mars/services/task/config.py
_mars/services/task/core.py
_mars/services/task/errors.py
_mars/services/task/task_info_collector.py
_mars/services/task/analyzer/__init__.py
_mars/services/task/analyzer/analyzer.py
_mars/services/task/analyzer/assigner.py
_mars/services/task/analyzer/fusion.py
_mars/services/task/api/__init__.py
_mars/services/task/api/core.py
_mars/services/task/api/oscar.py
_mars/services/task/api/web.py
_mars/services/task/execution/__init__.py
_mars/services/task/execution/api.py
_mars/services/task/execution/utils.py
_mars/services/task/execution/mars/__init__.py
_mars/services/task/execution/mars/config.py
_mars/services/task/execution/mars/executor.py
_mars/services/task/execution/mars/fetcher.py
_mars/services/task/execution/mars/resource.py
_mars/services/task/execution/mars/stage.py
_mars/services/task/supervisor/__init__.py
_mars/services/task/supervisor/graph_visualizer.py
_mars/services/task/supervisor/manager.py
_mars/services/task/supervisor/preprocessor.py
_mars/services/task/supervisor/processor.py
_mars/services/task/supervisor/service.py
_mars/services/task/supervisor/task.py
_mars/services/task/worker/__init__.py
_mars/services/task/worker/service.py
_mars/services/web/__init__.py
_mars/services/web/core.py
_mars/services/web/handlers.py
_mars/services/web/supervisor.py
_mars/services/web/worker.py
_mars/services/web/api/__init__.py
_mars/services/web/api/oscar.py
_mars/services/web/api/web.py
_mars/storage/__init__.py
_mars/storage/base.py
_mars/storage/core.py
_mars/storage/cuda.py
_mars/storage/errors.py
_mars/storage/filesystem.py
_mars/storage/mmap.py
_mars/storage/plasma.py
_mars/storage/shared_memory.py
_mars/storage/vineyard.py
_mars/tensor/__init__.py
_mars/tensor/array_utils.py
_mars/tensor/core.py
_mars/tensor/operands.py
_mars/tensor/utils.py
_mars/tensor/arithmetic/__init__.py
_mars/tensor/arithmetic/abs.py
_mars/tensor/arithmetic/absolute.py
_mars/tensor/arithmetic/add.py
_mars/tensor/arithmetic/angle.py
_mars/tensor/arithmetic/arccos.py
_mars/tensor/arithmetic/arccosh.py
_mars/tensor/arithmetic/arcsin.py
_mars/tensor/arithmetic/arcsinh.py
_mars/tensor/arithmetic/arctan.py
_mars/tensor/arithmetic/arctan2.py
_mars/tensor/arithmetic/arctanh.py
_mars/tensor/arithmetic/around.py
_mars/tensor/arithmetic/bitand.py
_mars/tensor/arithmetic/bitor.py
_mars/tensor/arithmetic/bitxor.py
_mars/tensor/arithmetic/cbrt.py
_mars/tensor/arithmetic/ceil.py
_mars/tensor/arithmetic/clip.py
_mars/tensor/arithmetic/conj.py
_mars/tensor/arithmetic/copysign.py
_mars/tensor/arithmetic/core.py
_mars/tensor/arithmetic/cos.py
_mars/tensor/arithmetic/cosh.py
_mars/tensor/arithmetic/deg2rad.py
_mars/tensor/arithmetic/degrees.py
_mars/tensor/arithmetic/divide.py
_mars/tensor/arithmetic/equal.py
_mars/tensor/arithmetic/exp.py
_mars/tensor/arithmetic/exp2.py
_mars/tensor/arithmetic/expm1.py
_mars/tensor/arithmetic/fabs.py
_mars/tensor/arithmetic/fix.py
_mars/tensor/arithmetic/float_power.py
_mars/tensor/arithmetic/floor.py
_mars/tensor/arithmetic/floordiv.py
_mars/tensor/arithmetic/fmax.py
_mars/tensor/arithmetic/fmin.py
_mars/tensor/arithmetic/fmod.py
_mars/tensor/arithmetic/frexp.py
_mars/tensor/arithmetic/greater.py
_mars/tensor/arithmetic/greater_equal.py
_mars/tensor/arithmetic/hypot.py
_mars/tensor/arithmetic/i0.py
_mars/tensor/arithmetic/imag.py
_mars/tensor/arithmetic/invert.py
_mars/tensor/arithmetic/isclose.py
_mars/tensor/arithmetic/iscomplex.py
_mars/tensor/arithmetic/isfinite.py
_mars/tensor/arithmetic/isinf.py
_mars/tensor/arithmetic/isnan.py
_mars/tensor/arithmetic/isreal.py
_mars/tensor/arithmetic/ldexp.py
_mars/tensor/arithmetic/less.py
_mars/tensor/arithmetic/less_equal.py
_mars/tensor/arithmetic/log.py
_mars/tensor/arithmetic/log10.py
_mars/tensor/arithmetic/log1p.py
_mars/tensor/arithmetic/log2.py
_mars/tensor/arithmetic/logaddexp.py
_mars/tensor/arithmetic/logaddexp2.py
_mars/tensor/arithmetic/logical_and.py
_mars/tensor/arithmetic/logical_not.py
_mars/tensor/arithmetic/logical_or.py
_mars/tensor/arithmetic/logical_xor.py
_mars/tensor/arithmetic/lshift.py
_mars/tensor/arithmetic/maximum.py
_mars/tensor/arithmetic/minimum.py
_mars/tensor/arithmetic/mod.py
_mars/tensor/arithmetic/modf.py
_mars/tensor/arithmetic/multiply.py
_mars/tensor/arithmetic/nan_to_num.py
_mars/tensor/arithmetic/negative.py
_mars/tensor/arithmetic/nextafter.py
_mars/tensor/arithmetic/not_equal.py
_mars/tensor/arithmetic/positive.py
_mars/tensor/arithmetic/power.py
_mars/tensor/arithmetic/rad2deg.py
_mars/tensor/arithmetic/radians.py
_mars/tensor/arithmetic/real.py
_mars/tensor/arithmetic/reciprocal.py
_mars/tensor/arithmetic/rint.py
_mars/tensor/arithmetic/rshift.py
_mars/tensor/arithmetic/setimag.py
_mars/tensor/arithmetic/setreal.py
_mars/tensor/arithmetic/sign.py
_mars/tensor/arithmetic/signbit.py
_mars/tensor/arithmetic/sin.py
_mars/tensor/arithmetic/sinc.py
_mars/tensor/arithmetic/sinh.py
_mars/tensor/arithmetic/spacing.py
_mars/tensor/arithmetic/sqrt.py
_mars/tensor/arithmetic/square.py
_mars/tensor/arithmetic/subtract.py
_mars/tensor/arithmetic/tan.py
_mars/tensor/arithmetic/tanh.py
_mars/tensor/arithmetic/truediv.py
_mars/tensor/arithmetic/trunc.py
_mars/tensor/arithmetic/utils.py
_mars/tensor/base/__init__.py
_mars/tensor/base/argpartition.py
_mars/tensor/base/argsort.py
_mars/tensor/base/argtopk.py
_mars/tensor/base/argwhere.py
_mars/tensor/base/array_split.py
_mars/tensor/base/astype.py
_mars/tensor/base/atleast_1d.py
_mars/tensor/base/atleast_2d.py
_mars/tensor/base/atleast_3d.py
_mars/tensor/base/broadcast_arrays.py
_mars/tensor/base/broadcast_to.py
_mars/tensor/base/copy.py
_mars/tensor/base/copyto.py
_mars/tensor/base/core.py
_mars/tensor/base/delete.py
_mars/tensor/base/diff.py
_mars/tensor/base/dsplit.py
_mars/tensor/base/ediff1d.py
_mars/tensor/base/expand_dims.py
_mars/tensor/base/flatten.py
_mars/tensor/base/flip.py
_mars/tensor/base/fliplr.py
_mars/tensor/base/flipud.py
_mars/tensor/base/hsplit.py
_mars/tensor/base/in1d.py
_mars/tensor/base/insert.py
_mars/tensor/base/isin.py
_mars/tensor/base/map_chunk.py
_mars/tensor/base/moveaxis.py
_mars/tensor/base/ndim.py
_mars/tensor/base/partition.py
_mars/tensor/base/psrs.py
_mars/tensor/base/ravel.py
_mars/tensor/base/rebalance.py
_mars/tensor/base/repeat.py
_mars/tensor/base/result_type.py
_mars/tensor/base/roll.py
_mars/tensor/base/rollaxis.py
_mars/tensor/base/searchsorted.py
_mars/tensor/base/setdiff1d.py
_mars/tensor/base/shape.py
_mars/tensor/base/sort.py
_mars/tensor/base/split.py
_mars/tensor/base/squeeze.py
_mars/tensor/base/swapaxes.py
_mars/tensor/base/tile.py
_mars/tensor/base/to_cpu.py
_mars/tensor/base/to_gpu.py
_mars/tensor/base/topk.py
_mars/tensor/base/transpose.py
_mars/tensor/base/trapz.py
_mars/tensor/base/unique.py
_mars/tensor/base/vsplit.py
_mars/tensor/base/where.py
_mars/tensor/datasource/__init__.py
_mars/tensor/datasource/arange.py
_mars/tensor/datasource/array.py
_mars/tensor/datasource/core.py
_mars/tensor/datasource/diag.py
_mars/tensor/datasource/diagflat.py
_mars/tensor/datasource/empty.py
_mars/tensor/datasource/eye.py
_mars/tensor/datasource/from_dataframe.py
_mars/tensor/datasource/from_dense.py
_mars/tensor/datasource/from_hdf5.py
_mars/tensor/datasource/from_sparse.py
_mars/tensor/datasource/from_tiledb.py
_mars/tensor/datasource/from_vineyard.py
_mars/tensor/datasource/from_zarr.py
_mars/tensor/datasource/full.py
_mars/tensor/datasource/identity.py
_mars/tensor/datasource/indices.py
_mars/tensor/datasource/linspace.py
_mars/tensor/datasource/meshgrid.py
_mars/tensor/datasource/ones.py
_mars/tensor/datasource/scalar.py
_mars/tensor/datasource/tri.py
_mars/tensor/datasource/zeros.py
_mars/tensor/datastore/__init__.py
_mars/tensor/datastore/core.py
_mars/tensor/datastore/to_hdf5.py
_mars/tensor/datastore/to_tiledb.py
_mars/tensor/datastore/to_vineyard.py
_mars/tensor/datastore/to_zarr.py
_mars/tensor/datastore/utils.py
_mars/tensor/einsum/__init__.py
_mars/tensor/einsum/core.py
_mars/tensor/einsum/einsumfunc.py
_mars/tensor/fetch/__init__.py
_mars/tensor/fetch/core.py
_mars/tensor/fft/__init__.py
_mars/tensor/fft/core.py
_mars/tensor/fft/fft.py
_mars/tensor/fft/fft2.py
_mars/tensor/fft/fftfreq.py
_mars/tensor/fft/fftn.py
_mars/tensor/fft/fftshift.py
_mars/tensor/fft/hfft.py
_mars/tensor/fft/ifft.py
_mars/tensor/fft/ifft2.py
_mars/tensor/fft/ifftn.py
_mars/tensor/fft/ifftshift.py
_mars/tensor/fft/ihfft.py
_mars/tensor/fft/irfft.py
_mars/tensor/fft/irfft2.py
_mars/tensor/fft/irfftn.py
_mars/tensor/fft/rfft.py
_mars/tensor/fft/rfft2.py
_mars/tensor/fft/rfftfreq.py
_mars/tensor/fft/rfftn.py
_mars/tensor/fuse/__init__.py
_mars/tensor/fuse/core.py
_mars/tensor/fuse/cupy.py
_mars/tensor/fuse/jax.py
_mars/tensor/fuse/numexpr.py
_mars/tensor/images/__init__.py
_mars/tensor/images/imread.py
_mars/tensor/indexing/__init__.py
_mars/tensor/indexing/choose.py
_mars/tensor/indexing/compress.py
_mars/tensor/indexing/core.py
_mars/tensor/indexing/extract.py
_mars/tensor/indexing/fill_diagonal.py
_mars/tensor/indexing/flatnonzero.py
_mars/tensor/indexing/getitem.py
_mars/tensor/indexing/index_lib.py
_mars/tensor/indexing/nonzero.py
_mars/tensor/indexing/setitem.py
_mars/tensor/indexing/slice.py
_mars/tensor/indexing/take.py
_mars/tensor/indexing/unravel_index.py
_mars/tensor/lib/__init__.py
_mars/tensor/lib/index_tricks.py
_mars/tensor/linalg/__init__.py
_mars/tensor/linalg/cholesky.py
_mars/tensor/linalg/core.py
_mars/tensor/linalg/dot.py
_mars/tensor/linalg/inner.py
_mars/tensor/linalg/inv.py
_mars/tensor/linalg/lu.py
_mars/tensor/linalg/matmul.py
_mars/tensor/linalg/norm.py
_mars/tensor/linalg/qr.py
_mars/tensor/linalg/randomized_svd.py
_mars/tensor/linalg/solve.py
_mars/tensor/linalg/solve_triangular.py
_mars/tensor/linalg/svd.py
_mars/tensor/linalg/tensordot.py
_mars/tensor/linalg/utils.py
_mars/tensor/linalg/vdot.py
_mars/tensor/merge/__init__.py
_mars/tensor/merge/append.py
_mars/tensor/merge/block.py
_mars/tensor/merge/column_stack.py
_mars/tensor/merge/concatenate.py
_mars/tensor/merge/dstack.py
_mars/tensor/merge/hstack.py
_mars/tensor/merge/stack.py
_mars/tensor/merge/union1d.py
_mars/tensor/merge/vstack.py
_mars/tensor/random/__init__.py
_mars/tensor/random/beta.py
_mars/tensor/random/binomial.py
_mars/tensor/random/bytes.py
_mars/tensor/random/chisquare.py
_mars/tensor/random/choice.py
_mars/tensor/random/core.py
_mars/tensor/random/dirichlet.py
_mars/tensor/random/exponential.py
_mars/tensor/random/f.py
_mars/tensor/random/gamma.py
_mars/tensor/random/geometric.py
_mars/tensor/random/gumbel.py
_mars/tensor/random/hypergeometric.py
_mars/tensor/random/laplace.py
_mars/tensor/random/logistic.py
_mars/tensor/random/lognormal.py
_mars/tensor/random/logseries.py
_mars/tensor/random/multinomial.py
_mars/tensor/random/multivariate_normal.py
_mars/tensor/random/negative_binomial.py
_mars/tensor/random/noncentral_chisquare.py
_mars/tensor/random/noncentral_f.py
_mars/tensor/random/normal.py
_mars/tensor/random/pareto.py
_mars/tensor/random/permutation.py
_mars/tensor/random/poisson.py
_mars/tensor/random/power.py
_mars/tensor/random/rand.py
_mars/tensor/random/randint.py
_mars/tensor/random/randn.py
_mars/tensor/random/random_integers.py
_mars/tensor/random/random_sample.py
_mars/tensor/random/rayleigh.py
_mars/tensor/random/shuffle.py
_mars/tensor/random/standard_cauchy.py
_mars/tensor/random/standard_exponential.py
_mars/tensor/random/standard_gamma.py
_mars/tensor/random/standard_normal.py
_mars/tensor/random/standard_t.py
_mars/tensor/random/triangular.py
_mars/tensor/random/uniform.py
_mars/tensor/random/vonmises.py
_mars/tensor/random/wald.py
_mars/tensor/random/weibull.py
_mars/tensor/random/zipf.py
_mars/tensor/rechunk/__init__.py
_mars/tensor/rechunk/core.py
_mars/tensor/rechunk/rechunk.py
_mars/tensor/reduction/__init__.py
_mars/tensor/reduction/all.py
_mars/tensor/reduction/allclose.py
_mars/tensor/reduction/any.py
_mars/tensor/reduction/argmax.py
_mars/tensor/reduction/argmin.py
_mars/tensor/reduction/array_equal.py
_mars/tensor/reduction/core.py
_mars/tensor/reduction/count_nonzero.py
_mars/tensor/reduction/cumprod.py
_mars/tensor/reduction/cumsum.py
_mars/tensor/reduction/max.py
_mars/tensor/reduction/mean.py
_mars/tensor/reduction/min.py
_mars/tensor/reduction/nanargmax.py
_mars/tensor/reduction/nanargmin.py
_mars/tensor/reduction/nancumprod.py
_mars/tensor/reduction/nancumsum.py
_mars/tensor/reduction/nanmax.py
_mars/tensor/reduction/nanmean.py
_mars/tensor/reduction/nanmin.py
_mars/tensor/reduction/nanprod.py
_mars/tensor/reduction/nanstd.py
_mars/tensor/reduction/nansum.py
_mars/tensor/reduction/nanvar.py
_mars/tensor/reduction/prod.py
_mars/tensor/reduction/std.py
_mars/tensor/reduction/sum.py
_mars/tensor/reduction/var.py
_mars/tensor/reshape/__init__.py
_mars/tensor/reshape/reshape.py
_mars/tensor/spatial/__init__.py
_mars/tensor/spatial/distance/__init__.py
_mars/tensor/spatial/distance/cdist.py
_mars/tensor/spatial/distance/pdist.py
_mars/tensor/spatial/distance/squareform.py
_mars/tensor/special/__init__.py
_mars/tensor/special/airy.py
_mars/tensor/special/bessel.py
_mars/tensor/special/convenience.py
_mars/tensor/special/core.py
_mars/tensor/special/ellip_func_integrals.py
_mars/tensor/special/ellip_harm.py
_mars/tensor/special/err_fresnel.py
_mars/tensor/special/gamma_funcs.py
_mars/tensor/special/hypergeometric_funcs.py
_mars/tensor/special/info_theory.py
_mars/tensor/statistics/__init__.py
_mars/tensor/statistics/average.py
_mars/tensor/statistics/bincount.py
_mars/tensor/statistics/core.py
_mars/tensor/statistics/corrcoef.py
_mars/tensor/statistics/cov.py
_mars/tensor/statistics/digitize.py
_mars/tensor/statistics/histogram.py
_mars/tensor/statistics/median.py
_mars/tensor/statistics/percentile.py
_mars/tensor/statistics/ptp.py
_mars/tensor/statistics/quantile.py
_mars/tensor/stats/__init__.py
_mars/tensor/stats/chisquare.py
_mars/tensor/stats/entropy.py
_mars/tensor/stats/ks.py
_mars/tensor/stats/power_divergence.py
_mars/tensor/stats/rankdata.py
_mars/tensor/stats/ttest.py
_mars/tensor/ufunc/__init__.py
_mars/tensor/ufunc/ufunc.py
compat/__init__.py
compat/_constants.py
core/__init__.py
core/adapter.py
core/api.py
core/data.py
core/execution.py
core/utils/__init__.py
core/utils/docstring.py
core/utils/fallback.py
custom_xorbits_dg.egg-info/PKG-INFO
custom_xorbits_dg.egg-info/SOURCES.txt
custom_xorbits_dg.egg-info/dependency_links.txt
custom_xorbits_dg.egg-info/requires.txt
custom_xorbits_dg.egg-info/top_level.txt
datasets/__init__.py
datasets/adapter.py
datasets/dataset.py
datasets/iterable_dataset.py
datasets/operand.py
datasets/backends/__init__.py
datasets/backends/huggingface/__init__.py
datasets/backends/huggingface/core.py
datasets/backends/huggingface/export.py
datasets/backends/huggingface/from_huggingface.py
datasets/backends/huggingface/getitem.py
datasets/backends/huggingface/map.py
datasets/backends/huggingface/rechunk.py
datasets/backends/huggingface/to_dataframe.py
deploy/__init__.py
deploy/kubernetes/__init__.py
deploy/kubernetes/_constants.py
deploy/kubernetes/client.py
deploy/kubernetes/config.py
deploy/kubernetes/core.py
deploy/kubernetes/supervisor.py
deploy/kubernetes/worker.py
deploy/kubernetes/external_storage/__init__.py
deploy/kubernetes/external_storage/external_storage.py
deploy/kubernetes/external_storage/juicefs/__init__.py
deploy/kubernetes/external_storage/juicefs/config.py
deploy/slurm/__init__.py
deploy/slurm/slurm.py
experimental/__init__.py
experimental/dedup.py
experimental/utils.py
lightgbm/__init__.py
lightgbm/mars_adapters/__init__.py
lightgbm/mars_adapters/core.py
numpy/__init__.py
numpy/core.py
numpy/fft/__init__.py
numpy/lib/__init__.py
numpy/lib/index_tricks.py
numpy/linalg/__init__.py
numpy/mars_adapters/__init__.py
numpy/mars_adapters/core.py
numpy/mars_adapters/flatiter.py
numpy/numpy_adapters/__init__.py
numpy/numpy_adapters/core.py
numpy/random/__init__.py
numpy/special/__init__.py
pandas/__init__.py
pandas/accessors.py
pandas/core.py
pandas/groupby.py
pandas/indexing.py
pandas/plotting.py
pandas/window.py
pandas/_config/__init__.py
pandas/_config/config.py
pandas/_config/test/__init__.py
pandas/_config/test/test_config.py
pandas/mars_adapters/__init__.py
pandas/mars_adapters/core.py
pandas/pandas_adapters/__init__.py
pandas/pandas_adapters/core.py
remote/__init__.py
remote/mars_adapters/__init__.py
remote/mars_adapters/core.py
sklearn/__init__.py
sklearn/utils.py
sklearn/cluster/__init__.py
sklearn/cluster/mars_adapters/__init__.py
sklearn/cluster/mars_adapters/core.py
sklearn/datasets/__init__.py
sklearn/datasets/mars_adapters/__init__.py
sklearn/datasets/mars_adapters/core.py
sklearn/decomposition/__init__.py
sklearn/decomposition/mars_adapters/__init__.py
sklearn/decomposition/mars_adapters/core.py
sklearn/ensemble/__init__.py
sklearn/ensemble/mars_adapters/__init__.py
sklearn/ensemble/mars_adapters/core.py
sklearn/linear_model/__init__.py
sklearn/linear_model/mars_adapters/__init__.py
sklearn/linear_model/mars_adapters/core.py
sklearn/metrics/__init__.py
sklearn/metrics/mars_adapters/__init__.py
sklearn/metrics/mars_adapters/core.py
sklearn/model_selection/__init__.py
sklearn/model_selection/mars_adapters/__init__.py
sklearn/model_selection/mars_adapters/core.py
sklearn/neighbors/__init__.py
sklearn/neighbors/mars_adapters/__init__.py
sklearn/neighbors/mars_adapters/core.py
sklearn/preprocessing/__init__.py
sklearn/preprocessing/mars_adapters/__init__.py
sklearn/preprocessing/mars_adapters/core.py
sklearn/semi_supervised/__init__.py
sklearn/semi_supervised/mars_adapters/__init__.py
sklearn/semi_supervised/mars_adapters/core.py
web/__init__.py
web/index_handler.py
web/version_handler.py
xgboost/__init__.py
xgboost/mars_adapters/__init__.py
xgboost/mars_adapters/core.py
xgboost/test/__init__.py
xgboost/test/test_core.py