You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[sml] optimize preprocessing by eliminating unnecessary where function (#608)
# Pull Request
## What problem does this PR solve?
Small optimization in sml/preprocessing
Optimize where(expression, 1, 0) to expression, which eliminates
unnecessary where function.
0 commit comments