Arun Jose
Arun Jose
I am following the below tutorial https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html#python-django-deploy I am able to deploy django app for version django==2.1.1 as in the doc. However when I try to deploy django application with...
## What do these changes do? Fixing corner case when partitions are empty for merge. - [x] first commit message and PR title follow format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) > **_NOTE:_** If...
Fixing 2 small bugs in docs **Proposed changes**: The tutorial for custom connectors have a few bugs 1)The name function in custom connector should have an argument the self class...
## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) I am using v5.0.0 ### Describe how Open MPI...
[Anti-pattern: Closure capturing large objects harms performance](https://docs.ray.io/en/latest/ray-core/patterns/closure-capture-large-objects.html). In query_compiler.groupby_agg operations, the lists [internal_by](https://github.com/arunjose696/modin/blob/deprecate_log_api_only/modin/core/storage_formats/pandas/query_compiler.py#L4048),[not_broadcastable_by](https://github.com/arunjose696/modin/blob/deprecate_log_api_only/modin/core/storage_formats/pandas/query_compiler.py#L4076) are closure captured, this closure capturing could be removed to follow the ray design pattern. Note:This isssue...
## What do these changes do? - [x] first commit message and PR title follow format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this format,...
If we have 2 function calls A and B, such that B waits for completion of A as shown below ``` A = func1(args) B = func2(args) # logic in...
## What do these changes do? Improve task scheduler for MPI backend, Replaced the round robin algorithm to submit tasks, with a getting a worker rank with maximum data share....
## What do these changes do? - [ ] first commit message and PR title follow format outlined [here](https://unidist.readthedocs.io/en/latest/developer/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this...
## What do these changes do? - [ ] first commit message and PR title follow format outlined [here](https://unidist.readthedocs.io/en/latest/developer/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this...