skactiveml.utils.check_equal_missing_label#
- skactiveml.utils.check_equal_missing_label(missing_label1, missing_label2)[source]#
Check whether two missing label values are equal to each other.
- Parameters
- missing_label1number | str | None | np.nan
Symbol to represent a missing label.
- missing_label2number | str | None | np.nan
Other symbol to represent a missing label.
- Raises
- ValueError
If the parameter’s value violates the given bounds.