-
Notifications
You must be signed in to change notification settings - Fork 62
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
[GSProcessing] Add support for numerical and multi-numerical transformations. #575
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thvasilo
added
ready
able to trigger the CI
0.2.1
gsprocessing
For issues and PRs related the the GSProcessing library
labels
Oct 17, 2023
thvasilo
force-pushed
the
numerical-transform
branch
from
October 17, 2023 18:20
8551c37
to
291d368
Compare
thvasilo
added
draft
label only to be used by dev team - skips CI for small changes
and removed
ready
able to trigger the CI
labels
Oct 17, 2023
thvasilo
force-pushed
the
numerical-transform
branch
from
October 17, 2023 18:31
291d368
to
27d89b4
Compare
thvasilo
added
ready
able to trigger the CI
and removed
draft
label only to be used by dev team - skips CI for small changes
labels
Oct 17, 2023
thvasilo
force-pushed
the
numerical-transform
branch
3 times, most recently
from
October 17, 2023 18:41
4922852
to
64b6888
Compare
thvasilo
force-pushed
the
numerical-transform
branch
from
October 17, 2023 18:46
64b6888
to
9f5ee5d
Compare
jalencato
reviewed
Oct 18, 2023
jalencato
reviewed
Oct 19, 2023
classicsong
reviewed
Oct 19, 2023
graphstorm-processing/graphstorm_processing/config/config_conversion/gconstruct_converter.py
Show resolved
Hide resolved
graphstorm-processing/graphstorm_processing/config/numerical_configs.py
Outdated
Show resolved
Hide resolved
graphstorm-processing/graphstorm_processing/config/numerical_configs.py
Outdated
Show resolved
Hide resolved
...hstorm_processing/data_transformations/dist_transformations/dist_numerical_transformation.py
Outdated
Show resolved
Hide resolved
...hstorm_processing/data_transformations/dist_transformations/dist_numerical_transformation.py
Show resolved
Hide resolved
graphstorm-processing/tests/test_dist_numerical_transformation.py
Outdated
Show resolved
Hide resolved
Co-authored-by: xiang song(charlie.song) <[email protected]>
classicsong
approved these changes
Oct 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0.2.1
gsprocessing
For issues and PRs related the the GSProcessing library
ready
able to trigger the CI
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Closes #572
Description of changes:
mean
,median
andmost_frequent
imputation.mix-max
andstandard
which divides all valuesby their column sum.
transform
totransformation
.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.