- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在尝试安装 R 包“randomForest”,为此我运行了通常的安装命令
install.packages("randomForest", dependencies = T)
这给了我以下错误,我一直难以解释。在我看来,另一个 R 包“RccpEigen”的文件夹中缺少某些东西,这会导致错误,但我不确定,而且我还没有找到解决方法。
完整的错误信息是这样的:
Installing package into ‘/home/scott/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/randomForest_4.6-14.tar.gz'
Content type 'application/x-gzip' length 80074 bytes (78 KB)
==================================================
downloaded 78 KB
* installing *source* package ‘randomForest’ ...
** package ‘randomForest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -I"/home/scott/R/x86_64-pc-linux-gnu-library/3.6/Rcpp/include/" -I"/home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/" -I"/home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/unsupported" -I"/home/scott/R/x86_64-pc-linux-gnu-library/3.6/BH/include" -I"/home/scott/R/x86_64-pc-linux-gnu-library/3.6/StanHeaders/include/src/" -I"/home/scott/R/x86_64-pc-linux-gnu-library/3.6/StanHeaders/include/" -I"/home/scott/R/x86_64-pc-linux-gnu-library/3.6/rstan/include" -DEIGEN_NO_DEBUG -D_REENTRANT -DBOOST_DISABLE_ASSERTS -DBOOST_PENDING_INTEGER_LOG2_HPP -include stan/math/prim/mat/fun/Eigen.hpp -fpic -g -O2 -fdebug-prefix-map=/build/r-base-V28x5H/r-base-3.6.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c classTree.c -o classTree.o
In file included from /home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/Eigen/Core:88:0,
from /home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/Eigen/Dense:1,
from /home/scott/R/x86_64-pc-linux-gnu-library/3.6/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4,
from <command-line>:0:
/home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/Eigen/src/Core/util/Macros.h:613:1: error: unknown type name ‘namespace’
namespace Eigen {
^~~~~~~~~
/home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/Eigen/src/Core/util/Macros.h:613:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
namespace Eigen {
^
In file included from /home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/Eigen/Dense:1:0,
from /home/scott/R/x86_64-pc-linux-gnu-library/3.6/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4,
from <command-line>:0:
/home/scott/R/x86_64-pc-linux-gnu-library/3.6/RcppEigen/include/Eigen/Core:96:10: fatal error: complex: No such file or directory
#include <complex>
^~~~~~~~~
compilation terminated.
/usr/lib/R/etc/Makeconf:168: recipe for target 'classTree.o' failed
make: *** [classTree.o] Error 1
ERROR: compilation failed for package ‘randomForest’
* removing ‘/home/scott/R/x86_64-pc-linux-gnu-library/3.6/randomForest’
Warning in install.packages :
installation of package ‘randomForest’ had non-zero exit status
The downloaded source packages are in
‘/tmp/RtmpbKxumd/downloaded_packages’
这是我的 session 信息:
R version 3.6.3 (2020-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.4 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.2.20.so
locale:
[1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C LC_TIME=en_CA.UTF-8 LC_COLLATE=en_CA.UTF-8
[5] LC_MONETARY=en_CA.UTF-8 LC_MESSAGES=en_CA.UTF-8 LC_PAPER=en_CA.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] RcppEigen_0.3.3.7.0 lme4_1.1-21 Matrix_1.2-18 ggplot2_3.3.0 Rmisc_1.5 plyr_1.8.6
[7] lattice_0.20-38 brms_2.12.0 Rcpp_1.0.4
loaded via a namespace (and not attached):
[1] nlme_3.1-144 matrixStats_0.56.0 xts_0.12-0 threejs_0.3.3 rstan_2.19.3 tools_3.6.3
[7] backports_1.1.6 R6_2.4.1 DT_0.13 colorspace_1.4-1 withr_2.1.2 tidyselect_1.0.0
[13] gridExtra_2.3 prettyunits_1.1.1 processx_3.4.2 Brobdingnag_1.2-6 curl_4.3 compiler_3.6.3
[19] cli_2.0.2 shinyjs_1.1 labeling_0.3 colourpicker_1.0 checkmate_2.0.0 scales_1.1.0
[25] dygraphs_1.1.1.6 mvtnorm_1.1-0 readr_1.3.1 ggridges_0.5.2 callr_3.4.3 stringr_1.4.0
[31] digest_0.6.25 StanHeaders_2.19.2 foreign_0.8-75 minqa_1.2.4 rio_0.5.16 base64enc_0.1-3
[37] pkgconfig_2.0.3 htmltools_0.4.0 fastmap_1.0.1 readxl_1.3.1 htmlwidgets_1.5.1 rlang_0.4.5
[43] rstudioapi_0.11 shiny_1.4.0.2 farver_2.0.3 zoo_1.8-7 crosstalk_1.1.0.1 gtools_3.8.2
[49] zip_2.0.4 dplyr_0.8.5 car_3.0-7 inline_0.3.15 magrittr_1.5 loo_2.2.0
[55] bayesplot_1.7.1 munsell_0.5.0 fansi_0.4.1 abind_1.4-5 lifecycle_0.2.0 stringi_1.4.6
[61] carData_3.0-3 MASS_7.3-51.5 pkgbuild_1.0.6 grid_3.6.3 parallel_3.6.3 promises_1.1.0
[67] forcats_0.4.0 crayon_1.3.4 miniUI_0.1.1.1 haven_2.2.0 splines_3.6.3 hms_0.5.3
[73] ps_1.3.2 pillar_1.4.3 igraph_1.2.5 boot_1.3-24 markdown_1.1 shinystan_2.5.0
[79] codetools_0.2-16 reshape2_1.4.3 stats4_3.6.3 rstantools_2.0.0 glue_1.4.0 data.table_1.12.8
[85] vctrs_0.2.4 nloptr_1.2.1 httpuv_1.5.2 cellranger_1.1.0 gtable_0.3.0 purrr_0.3.3
[91] assertthat_0.2.1 openxlsx_4.1.4 mime_0.9 xtable_1.8-4 coda_0.19-3 later_1.0.0
[97] rsconnect_0.8.16 tibble_3.0.0 shinythemes_1.1.2 ellipsis_0.3.0 bridgesampling_1.0-0
>
任何帮助将不胜感激,因为我在编程方面不知所措。
最佳答案
我怀疑这是一个 RStudio 问题。
在基础 R 中安装 randomForest,然后您应该能够使用 library
在 RStudio 中加载。
关于R 包 'randomForest' 未安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61132182/
setwd("D:/Santander") ## import train dataset train0.9999] train2<-train[,! colnames(train) %in% c(e
当我运行这样的代码时,我对获得的不同结果感到困惑: set.seed(100) test1<-randomForest(BinaryY~., data=Xvars, trees=51, mtry=5,
当我通过拆分单个数据帧创建训练集和测试集并使用 randomForest 包构建随机森林时,对于训练数据中不存在的某些因子级别, predict() 函数仍然会抛出一个输出。虽然这没有给出错误(这是我
当尝试在因子水平低于我的训练数据的新测试数据上测试我的训练模型时,predict()返回以下内容: Type of predictors in new data do not match that o
我正在尝试使用 randomForest 进行分类,但我反复收到一条错误消息,似乎没有明显的解决方案(randomForest 在过去对我进行回归时效果很好)。我在下面粘贴了我的代码。 “成功”是一个
我想训练我的模型并选择最佳的树数量。代码在这里 from sklearn.ensemble import RandomForestClassifier tree_dep = [3,5,6] tree_
有谁知道 R randomForest 包用来解决分类关系的机制是什么 - 即当树最终在两个或多个类别中获得相同的投票时? 文档说领带是随机断开的。但是,当您在一组数据上训练模型,然后使用一组验证数据
我在使用 RandomForest 拟合函数时遇到问题 这是我的训练集 P1 Tp1 IrrPOA Gz Drz2 0
在 randomForest 包中实现的 R 随机森林算法对数字类和整数类的变量的行为是否相同? 最佳答案 是的,randomForest 实现确实对待整数和数字( double )类似。在 RF 模
重要性图: 我想将 y 轴文本向右对齐,并且还想根据不同的变量组为变量着色。例如 Limonene 和 Valencane,a-Selinene 和 g-Selinen 分别属于同一组。 但我在 "r
R 3.0.0 的新特性之一是引入了长向量。但是, .C() 和 .Fortran() 不接受长向量输入。在 R-bloggers我发现: This is a precaution as it is
我一直在用 R 对 700 万行数据(41 个特征)训练 randomForest 模型。这是一个示例调用: myModel <- randomForest(RESPONSE~., data=myda
我一直在尝试安装 R 包“randomForest”,为此我运行了通常的安装命令 install.packages("randomForest", dependencies = T) 这给了我以下错误
我正在尝试构建一个在线随机森林分类器。在 for 循环中,我遇到了一个错误,但找不到原因。 clf = RandomForestClassifier(n_estimators=1, warm_star
如果我运行 randomForest(y ~ x, data = df) 模型,x 会得到超过 53 个级别的因子变量 Error in randomForest.default(m, y, ...)
我在 R 中使用 randomForest 包来构建几个物种分布模型。我的响应变量是二元的(0 - 缺席或 1 存在),并且非常不平衡 - 对于某些物种,缺席:存在的比率是 37:1。这种不平衡(或零
我刚刚开始使用 Weka,当我的决策树太深时我无法理解。我有一组 423 个特征,据我所知,这些特征是为每个目标随机选择的。因此,这些特征子集生成带有决策叶的分支或流程,这些决策叶似乎不通用,实际上它
关闭。这个问题需要多问focused 。目前不接受答案。 想要改进此问题吗?更新问题,使其仅关注一个问题 editing this post . 已关闭 5 年前。 Improve this ques
我的数据高度不平衡,想要对少数类进行上采样以提高准确性(少数类是感兴趣的对象)。 我尝试在“randomForest”函数中使用“sampsize”选项 - 但它只允许下采样。我在某个地方读到,可以使
我有一个包含 10,000 行和两列的数据框、段(具有 32 个值的因子)和目标(具有两个值"is"和“否”的因子,每个值 5,000 个)。我正在尝试使用随机森林来使用分段作为特征对目标进行分类。
我是一名优秀的程序员,十分优秀!