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