英文: Using sample_weight param with XGBoost through a pipeline 问题 我想在xgboost包的XGBClassifier中使用sample_...
Precision, recall, F1 score all have zero value for the minority class in the classification report
英文: Precision, recall, F1 score all have zero value for the minority class in the classification rep...
计算集成模型的估计误差标准差
英文: Calculate standard deviations of estimation errors for ensemble models 问题 以下是您要翻译的内容: "I ha...
sklearn fit_transform() CopyWarning : A value is trying to be set on a copy of a slice from a DataFrame
英文: sklearn fit_transform() CopyWarning : A value is trying to be set on a copy of a slice from a Da...
如何获取 Lime 图中编码的分类列的原始字符串值
英文: How to get original string values of encoded categorical columns in Lime graph 问题 我正在尝试使用 Lime 图...
WEKA在名义数据集上的性能表现
英文: WEKA's performance on nominal dataset 问题 我在分类任务中使用了WEKA。我使用了WEKA数据文件夹中提供的乳腺癌数据集。该数据集是一个名义数据集...
如何为自定义转换器创建 pandas 输出?
英文: How to create pandas output for custom transformers? 问题 In your custom transformer, you can crea...
如何在GoLang中使用训练好的Scikit Learn Python模型?
英文: How to use trained Scikit Learn Python model in GoLang? 问题 我在Python环境中训练了一个Scikit Learn模型,现在我需要在...
我被困在sklearn model_selection的train_test_split中。
英文: I am stuck with train_test_split of sklearn model_selection 问题 from sklearn.model_selection impo...
如何在特定列上执行K均值聚类?
英文: how make kmeans on specific columns? 问题 我想对我的数据集中的特定列执行K均值。由于这些是分类数据,我计划对其进行独热编码。现在我想知道是否可以对特定列执...
11