英文: librosa I am getting module 问题 import numpy as np import librosa from scipy.io import wavfile fr...
continuous data, Y response not support in the cross_val_score() binary|multiclass for IterativeImputer for BayesianRidge
英文: continuous data, Y response not support in the cross_val_score() binary|multiclass for Iterative...
model.predict(…)为什么始终返回相同的答案?
英文: why is model.predict(...) always returning the same answer? 问题 我正在尝试使用scikit-learn基于一些客户数据进行预测,以...
数据预处理阶段在机器学习中的正确顺序是什么?
英文: What is the correct order in data preprocessing stage for Machine Learning? 问题 LOAD DATA 导入 pand...
i want to fit a model in sklearn but it throws an error. below are the lines of code i used
英文: i want to fit a model in sklearn but it throws an error. below are the lines of code i used 问题 我...
knn.fit(X_train, y_train)不显示参数
英文: knn.fit(X_train, y_train) not showing parameters 问题 以下是翻译好的部分: The output it shows, is below. 输出...
Python逻辑回归,使用2个特征数据X和标签Y – 训练准确度
英文: Python Logistic regression with 2 features data X and label Y - Training accuracy 问题 # 导入sklearn...
TFIDFVectorizer 制作拼接的单词标记
英文: TFIDFVectorizer making concatenated word tokens 问题 我正在使用Cranfield数据集来创建一个索引器和查询处理器。为此,我使用TFIDFVe...
数据清理错误在分类KNN算法问题中。
英文: Data Cleaning Error in Classification KNN Alrogithm Problem 问题 错误信息: ValueError: 输入X包含NaN。 KNeig...
Unable to pip install old version of scikit-learn
英文: Unable to pip install old version of scikit-learn 问题 我需要使用 scikit-learn==0.23.1(或更旧版本)以使我的项目与 AW...
11