Skip to content

Commit

Permalink
Update data_transformer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyantangerine committed Nov 26, 2024
1 parent 6b51f28 commit 6551756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _fit_continuous(self, data):
column_name=column_name,
column_type="continuous",
transform=gm,
output_info=[SpanInfo(1, "tanh"), SpanInfo(num_components, "softmax")], # 贝叶斯gmm,多个正态分布,选择一个
output_info=[SpanInfo(1, "tanh"), SpanInfo(num_components, "softmax")],
output_dimensions=1 + num_components,
)

Expand Down

0 comments on commit 6551756

Please sign in to comment.