You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the tests for LogTransformDataCheck don't create the sample data consistently as expected.
test_target_distribution_data_check_unsupported_target_type ends up creating a lognormal target set (due to a low random sample count) instead of a normal one for parameters integer and double. Here is an example error, as well as here:
Some of the tests for
LogTransformDataCheck
don't create the sample data consistently as expected.test_target_distribution_data_check_unsupported_target_type
ends up creating a lognormal target set (due to a low random sample count) instead of a normal one for parametersinteger
anddouble
. Here is an example error, as well as here:test_target_distribution_data_check_warning_action
runs into an issue with rounding of the Shapiro statistic:The text was updated successfully, but these errors were encountered: