check_is_fitted {less}R 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


[Package less version 0.1.0 Index]