Base#

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

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

基类#

BaseObject()

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

BaseEstimator()

在 sktime 中定义评估器的基类。