check_is_fitted: Fitting Control

View source: R/helper-functions.R

check_is_fittedR Documentation

Fitting Control

Description

Checks if the given estimator is fitted

Usage

check_is_fitted(estimator)

Arguments

estimator

An estimator with is_fitted attribute

Value

TRUE if the estimator is fitted, FALSE is not


less documentation built on Sept. 27, 2022, 5:05 p.m.