Skip to content

Commit

Permalink
fss tag to allow nans
Browse files Browse the repository at this point in the history
  • Loading branch information
perib committed Aug 12, 2024
1 parent 9b65cb2 commit 7906c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tpot2/builtin_modules/feature_set_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ def fit(self, X, y=None):

# def transform(self, X):

def _get_tags(self):
tags = {"allow_nan": True, "requires_y": False}
return tags

def _get_support_mask(self):
"""
Expand Down

0 comments on commit 7906c44

Please sign in to comment.