-
Notifications
You must be signed in to change notification settings - Fork 727
Correct modin samples #768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct modin samples #768
Conversation
Please submit to development branch but not the master branch |
@praveenkk123 target branch was changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amyskov can you also ensure that the conda install commands are correct for the README of the sample? conda install modin
should be good i believe .
@louie-tsai @praveenkk123 please approve for 2022.1 since the change for census is important (after README edit i requested as conda install command currently listed is not latest) |
@raoberman verified |
Additional changes:
|
f414747
to
bf3bcbc
Compare
@amyskov please re-submit this PR to the master branch. See Praveen and I's email for info |
Signed-off-by: Alexander Myskov <[email protected]>
Signed-off-by: Alexander Myskov <[email protected]>
Signed-off-by: Alexander Myskov <[email protected]>
Signed-off-by: Alexander Myskov <[email protected]>
Signed-off-by: Alexander Myskov <[email protected]>
Signed-off-by: Alexander Myskov <[email protected]>
068b416
to
8833db6
Compare
Signed-off-by: Alexander Myskov <[email protected]>
8833db6
to
68ff984
Compare
@raoberman PR was re-summited and rebased. |
Additionally Modin configuration (engine setting) now depends on it's version (since 0.12.0 version config for OmniSci enabling was changed). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for CI
Signed-off-by: Alexander Myskov <[email protected]>
Signed-off-by: Alexander Myskov <[email protected]>
Modin configurations were changed to avoid triggering modin-project/modin#4017 issue. Also installation instructions were slightly modified to speed-up packages installation. |
Hi @praveenkk123! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for CI
Signed-off-by: Alexander Myskov <[email protected]>
@praveenkk123 Census sample CI config was changed as well, but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for CI
Signed-off-by: Alexander Myskov <[email protected]>
@praveenkk123 merge conflict was fixed, could you please restart the CI? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for CI
All tests passed. Can I merge this? |
Yes, sure. |
Existing Sample Changes
Description
This PR corrects Modin related samples. Changes are next:
compression
parameter fromread_csv
function (csv file compression is inferred automatically and explicit notion ofcompression
parameter causes "default-to-pandas" behavior and performance degradation).nrows
parameter fromread_csv
function to avoid "default-to-pandas" behavior (nrows
parameter is not supported yet in Modin with OmniSci backend).DataFrame.query
function calls replaced with equivalents to avoid "default-to-pandas" behavior and avoid performance degradation (DataFrame.query
is not supported yet in Modin with OmniSci backend).sample.json
file was set similarly to MODIN: fix getting started samples testing in CI #863 change.External Dependencies
List any external dependencies created as a result of this change.
Type of change
Please delete options that are not relevant. Add a 'X' to the one that is applicable.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration