Skip to content

Commit

Permalink
Signed-off-by: weijingchen <[email protected]>
Browse files Browse the repository at this point in the history
Fix pipeline

Signed-off-by: cwj <[email protected]>
  • Loading branch information
talkingwallace committed Dec 29, 2023
1 parent 8295a65 commit 3440377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main(config=".../config.yaml", namespace=""):
name="breast_hetero_host"
)
psi_0 = PSI("psi_0", input_data=reader_0.outputs["output_data"])
scale_0 = FeatureScale("scale_0", train_data=psi_0.outputs["output_data"])
scale_0 = FeatureScale("scale_0", train_data=psi_0.outputs["output_data"], method="standard")

binning_0 = HeteroFeatureBinning("binning_0",
method="quantile",
Expand Down

0 comments on commit 3440377

Please sign in to comment.