Skip to content

Commit 787dcff

Browse files
Update autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/coalescer/MinorityCoalescer.py
Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
1 parent 9f58f3c commit 787dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/coalescer/MinorityCoalescer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_properties(dataset_properties: Optional[Dict[str, Any]] = None) -> Dict[
3434
return {
3535
'shortname': 'MinorityCoalescer',
3636
'name': 'Minority Feature-class coalescer',
37-
'handles_sparse': False
37+
'handles_sparse': True
3838
}
3939

4040
@staticmethod

0 commit comments

Comments
 (0)