mirror of
https://github.com/Doctorado-ML/mufs.git
synced 2025-08-17 16:45:53 +00:00
Fix some tests
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user