使用R测试时间序列数据中的偏差但得到"错误:NCOL(x)== 1不是真的"

时间:2016-01-31 12:13:08

标签: r statistics time-series skew

我正在使用AssertError 而我正试图测试偏斜。到目前为止,这是代码:

dtTrain, dtValidation = dtBoosted.randomSplit([0.75, 0.25], seed=107)
lr = LinearRegression(maxIter=100, labelCol="price", featuresCol="features")
lrm = lr.fit(dtTrain)

除了skew_test行之外,一切都运行正常,这会给我一个错误:

  

错误:NCOL(x)== 1不为TRUE

不知道从哪里开始。感谢。

0 个答案:

没有答案