在R中,当我尝试使用软件包fscaret时,我遇到了RMSE的问题。
library("fscaret")
Loading required package: caret
Loading required package: lattice
Loading required package: ggplot2
Note: the specification for S3 class “family” in package ‘MatrixModels’ seems equivalent to one from package ‘lme4’: not turning on duplicate class definitions for this class.
Loading required package: gsubfn
Loading required package: proto
Loading required package: hmeasure
Loading required package: parallel
Attaching package: ‘fscaret’
The following object is masked from ‘package:caret’:
RMSE
这在计算回归问题的RMSE值时导致错误。
可以采取哪些措施来纠正此问题。 有什么建议或意见吗?