chemotools.feature_selection#

特征选择方法,用于识别模型中最具化学相关性的波长或变量。

从此模块导入:

from chemotools.feature_selection import (
    IndexSelector,
    RangeCut,
    SRSelector,
    VIPSelector,
)

可用类#

描述

IndexSelector

按特定索引选择特征

RangeCut

选择指定范围内的特征

SRSelector

基于选择性比率的特征选择

VIPSelector

投影变量重要性(VIP)选择器

另请参阅#

特征选择方法概述 - 包含示例和可视化指南的完整文档