ORA-40382: More than one linear regression equation in the model
Cause: More than one linear regression equation was in the model.
Action: Make sure there is only one linear regression equation in the model.
ORA-40382:在模型中有多个线性回归方程
由于Oracle Data Mining机器学习不支持多个线性回归方程,因此在构建线性回归模型时将抛出ORA-40382错误。
ORA-40382:多个线性回归方程无法处理。
1.在构建Oracle Data Mining中的线性回归模型时,如果同时存在多个系数,则会抛出ORA-40382错误。
2.当你使用线性回归函数来设置多个权衡系数时,也会抛出ORA-40382错误。
1.检查线性回归模型中所使用的系数,如果有多个系数,请将其分解为单个系数并重新构建模型。
2.移除设置多个权衡系数使用的线性回归函数,并重新设置单个权衡系数。
3.重新训练模型,以确保模型正确。