Revert changes to default variable category

This commit is contained in:
2020-09-24 15:05:54 -05:00
parent ba96338d2d
commit 86e7b1981f

View File

@@ -78,9 +78,9 @@ class Instance(ABC):
model to predict the values of both variables. If the returned category is None, ML
models will ignore the variable.
By default, returns None.
By default, returns "default".
"""
return None
return "default"
def has_static_lazy_constraints(self):
return False