-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Hello,
The implementation and thought process of this project are impressive and have been very insightful.
And,I have a question regarding the GRAPH_OBJ_TRANSFORM dictionary in the code. The specific section is as follows:
GRAPH_OBJ_TRANSFORM = {
"stability": {"scale": 1 / 2.0, "shift": 2.0},
"log_fluorescence": {"scale": 1 / 7.0, "shift": -4.0},
}Could you please clarify how the values for "scale" and "shift" were determined for the "stability" and "log_fluorescence" transformations?
Are these values derived from the mean and variance of the training data, or is there another method or rationale behind their selection?
Understanding the origin and reasoning behind these values would help in better comprehending the data preprocessing steps.
Thank you!
Best regards,
Metadata
Metadata
Assignees
Labels
No labels