skactiveml.utils.is_labeled#
- skactiveml.utils.is_labeled(y, missing_label=nan)[source]#
Creates a boolean mask indicating present labels.
- Parameters
- yarray-like of shape (n_samples,) or (n_samples, n_outputs)
Class labels to be checked w.r.t. to present labels.
- missing_labelnumber or str or None or np.nan, default=np.nan
Value to represent a missing label.
- Returns
- is_unlabelednp.ndarray of shape (n_samples,) or (n_samples, n_outputs)
Boolean mask indicating present labels in y.
Examples using skactiveml.utils.is_labeled
#

Regression based Kullback Leibler Divergence Maximization
Regression based Kullback Leibler Divergence Maximization

Regression Tree Based Active Learning (RT-AL) with Diversity Selection
Regression Tree Based Active Learning (RT-AL) with Diversity Selection

Regression Tree Based Active Learning (RT-AL) with Random Selection
Regression Tree Based Active Learning (RT-AL) with Random Selection

Regression Tree Based Active Learning (RT-AL) with Representativity Selection
Regression Tree Based Active Learning (RT-AL) with Representativity Selection