英文: Python doesn't know the class attributes, while Jupyter does 问题 我有StatQuest频道的这段代码。这段代码在Jupy...
识别特定声音(不是语音)
英文: Recognise a specific sound (not speech) 问题 什么样的机器学习模型可以用来识别特定声音,大致比较和识别波形(我已经有所需数据)。 我只能找到关于识别语音...
如何使用Keras TensorFlow进行预测?
英文: How to make a prediction using karas TensorFlow? 问题 我编写了这个机器学习算法,但它返回给我一个奇怪的数组。我想输入两个数字,然后将这些数字分...
线性回归问题中的值预测
英文: Linear Regression problem in predicting values 问题 我正在尝试使用线性回归来预测数值。当我使用以下代码时: reg.predict(60) 会出...
如何在同一图中为两个模型制作漂亮的ROC曲线?
英文: How to make beautiful ROC curves for two models in the same plot? 问题 I've trained two xgboost mo...
Tensorflow: Filter中的3D张量(图像的)形状有None。
英文: Tensorflow: Shape of 3D tensor (of an image) in Filter has None 问题 以下是您要翻译的部分: I am following [t...
XGBoost 无法预测一个简单的正弦函数。
英文: XGBoost can't predict a simple sinusoidal function 问题 I created a very simple function to te...
将数据分为三个具有平衡数据的集合。
英文: Splitting datas in three sets with balanced datas 问题 EDIT:好的,现在我有了我的训练、验证和测试集,其中的行属于同一组患者。但是,通过绘...
在R中查找精确度、召回率和F1分数。
英文: Finding the precision, recall and the f1 in R 问题 I want to run models on a loop via and then sto...
AttributeError: 'str' object has no attribute 'items' when using RawframeDataset with mvit in mmaction2
英文: AttributeError: 'str' object has no attribute 'items' when using RawframeDataset...
22