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
The tests in tests/synthesis/test_deep_feature_synthesis.py appear to be testing various aspects of the DeepFeatureSynthesis object. There are a few tests in this file that generate a list of features using a call to ft.dfs. These tests could be updated to use a call to DeepFeatureSynthesis.build_features() instead. This would better align with the other tests in the file, and would improve test clarity as they are not testing any other aspects of the dfs method.
The text was updated successfully, but these errors were encountered:
Update tests in test_deep_feature_synthesis.py
The tests in
tests/synthesis/test_deep_feature_synthesis.py
appear to be testing various aspects of the DeepFeatureSynthesis object. There are a few tests in this file that generate a list of features using a call toft.dfs
. These tests could be updated to use a call toDeepFeatureSynthesis.build_features()
instead. This would better align with the other tests in the file, and would improve test clarity as they are not testing any other aspects of the dfs method.The text was updated successfully, but these errors were encountered: