predict_single#
- skrough.predict.helpers.predict_single(reference_data: ndarray, reference_data_y: ndarray, predict_data: ndarray, predict_strategy: Literal['original_order', 'randomized_order', 'majority'], no_answer_strategy: Literal['missing', 'most_frequent'], seed: Optional[Union[int, SeedSequence, Generator]] = None)[source]#