Fix some tests

This commit is contained in:
2021-06-01 23:14:22 +02:00
parent b15a059b1d
commit eb00e1516a
4 changed files with 68 additions and 12 deletions

View File

@@ -20,6 +20,9 @@ class MFS:
----------
max_features: int
The maximum number of features to return
discrete: boolean
If the features are continuous or discrete. It always supose discrete
labels.
"""
def __init__(self, max_features=None, discrete=True):