基础#

The sktime.base 模块包含抽象基类。

用于在 sktime 中定义估计器和其他对象的基类。

基类#

BaseObject()

sktime 中带有标签的参数对象的基类。

BaseEstimator()

用于在 sktime 中定义估计器的基类。