Issue #, if available:
The latest smclarify install utilizes a deprecated sklearn package installation. This sklearn package now triggers an error when installing sklearn over scikit-learn.
Description of changes:
Replace the sklearn deprecated with scikit-learn package to fix the above issue.
use Optional for LabelColumn type where default value is None to avoid mypy errors
Issue #, if available: The latest smclarify install utilizes a deprecated sklearn package installation. This sklearn package now triggers an error when installing sklearn over scikit-learn.
Description of changes:
Testing: pytest tests/integration/test_bias_metrics.py
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.