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

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 Diversity Selection
Regression Tree Based Active Learning (RT-AL) with Diversity Selection

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

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