英文: "NameError: name 'label' is not defined" with Logistic Regression 问题 I can pro...
使用从0到1的平滑标签来训练XGB分类器。
英文: Using smoothed labels from 0 to 1 to train a XGB classifier 问题 1st code example actually takes t...
AttributeError: 无法在 ‘sklearn.metrics._dist_metrics’ 模块中获取 ‘EuclideanDistance’ 属性
英文: AttributeError: Can't get attribute 'EuclideanDistance' on <module 'sklearn.m...
SKlearn分类器的predict_proba不等于1。
英文: SKlearn classifier's predict_proba doesn't sum to 1 问题 我有一个分类器(在这种情况下,它是sklearn.MLPClass...
如何修复使用`make_pipeline`时出现的`TypeError: too many positional arguments`错误。
英文: How to fix TypeError: too many positional arguments when using make_pipeline 问题 由于某种原因,我在以下代码中收到...
Sklearn随机森林:确定模型拟合和预测所确定的特征名称。
英文: Sklearn Random Forest: determine the name of features ascertained by parameter grid for model fi...
What is responsible for this TypeError: DataUndersampler.transform() missing 1 required positional argument: 'y'?
英文: What is responsible for this TypeError: DataUndersampler.transform() missing 1 required position...
Sklearn SequentialFeatureSelector:“Pipeline 应该是一个分类器”,当使用分类器时
英文: Sklearn SequentialFeatureSelector "Pipeline should either be a classifier" when using ...
线性回归的预测差距很大,我想知道应该改变什么。
英文: Linear regression predictions are way off i would like some pointers as to what should i change ...
网格搜索使用管道
英文: grid search using a pipeline 问题 我不确定我是否正确使用了scikit-learn中的超参数搜索功能。 请考虑以下代码: from sklearn import ...
11