简体   繁体   English

使用 BayesSearchCV 时如何提取最佳特征?

[英]How do I extract the best features when using BayesSearchCV?

When using BayesSearchCV from Skopt for Feature Selection, how can I extract the feature names of the optimal set of features?使用 Skopt 的 BayesSearchCV 进行特征选择时,如何提取最佳特征集的特征名称? I only know how to get the number of features together with other hyperparameters but am unable to find how to get the names of these optimal features.我只知道如何与其他超参数一起获得特征数量,但无法找到如何获得这些最佳特征的名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当每一行都是字典列表时,如何从 dataframe 中提取某些特征 - How do i extract certain features from a dataframe when each row is a list of dictionaries 如何提取 Mononomial 特征? - How do extract Monomial Features? 如何从 skopt/BayesSearchCV 搜索中绘制学习曲线 - How can I plot a learning curve from a skopt/BayesSearchCV search 尝试使用 BayesSearchCV 调整 MLPClassifier hidden_layer_sizes 时出错 - Error when trying to tune MLPClassifier hidden_layer_sizes using BayesSearchCV 使用extract_msg时如何从电子邮件中保留换行符? - How do I keep line breaks from Email when using extract_msg? 当表格不是使用 HTML 'table' 标签构造时,如何使用 selenium 从网页中提取表格? - How do I extract a table from a webpage using selenium when the table is not constructed with the HTML 'table' tag? 当数据框的行中有要素时,如何使用python选择要素 - How to select features, using python, when dataframe has features in rows 如何从这些图像中提取手部特征? - How can I extract hand features from these images? 如何从音频中提取特征到数据集? - How can I extract features from audio to dataset? 如何使用一个月内的日期范围提取特征? - How to extract features using date range within a month?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM