我正在用火炬计量学来计算我的模型的准确性。但我得到了这个错误。我尝试使用.to(device="cuda:0"),但是我得到了一个cuda初始化错误。我也尝试过使用.cuda(),但这也不起作用。我使用PyTorch闪电与泰坦Xp GPU。我使用的是电影镜头数据集的mish激活函数。# %% [markdown]#
# Before we start building and training our model, let's do some preprocessing to get the data in t
出于专业原因,我想学习和理解随机森林。如果我的理解是正确的,或者我在做逻辑上的错误,我会感到不安全。我有7个分类变量,1个日期和4个数字特征。在数据准备之后,我将数据分成训练和测试数据集。#train and test are the prepared data frames
#RMSE is an implementation of the root mean squared error