Skip to content

Clarification on Numerical Values in GRAPH_OBJ_TRANSFORM #5

@dezhi0730

Description

@dezhi0730

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions