Conversation
|
Please submit to development branch but not the master branch |
@praveenkk123 target branch was changed. |
|
@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 <alexander.myskov@intel.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
068b416 to
8833db6
Compare
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
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). |
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
|
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! |
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
|
@praveenkk123 Census sample CI config was changed as well, but |
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
|
@praveenkk123 merge conflict was fixed, could you please restart the CI? |
|
All tests passed. Can I merge this? |
Yes, sure. |
Existing Sample Changes
Description
This PR corrects Modin related samples. Changes are next:
compressionparameter fromread_csvfunction (csv file compression is inferred automatically and explicit notion ofcompressionparameter causes "default-to-pandas" behavior and performance degradation).nrowsparameter fromread_csvfunction to avoid "default-to-pandas" behavior (nrowsparameter is not supported yet in Modin with OmniSci backend).DataFrame.queryfunction calls replaced with equivalents to avoid "default-to-pandas" behavior and avoid performance degradation (DataFrame.queryis not supported yet in Modin with OmniSci backend).sample.jsonfile 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