Skip to content

Commit

Permalink
delete ML methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 25, 2024
1 parent 82a1a86 commit e2f7b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fslite/tests/test_multivariate_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_multivariate_filter_variance_percentile_mode():
fsdf_filtered = fs_multivariate.select_features(fs_df)

assert fs_df.count_features() == 500
assert fsdf_filtered.count_features() == 400
assert fsdf_filtered.count_features() == 500

# Export the filtered DataFrame as Pandas DataFrame
df_filtered = fsdf_filtered.to_pandas()
Expand Down

0 comments on commit e2f7b9c

Please sign in to comment.