机器学习函数
evalMLMethod
使用拟合回归模型进行预测使用 evalMLMethod
函数。请参阅 linearRegression
中的链接。
stochasticLinearRegression
stochasticLinearRegression 聚合函数使用线性模型和 MSE 损失函数实现随机梯度下降方法。使用 evalMLMethod
预测新数据。
stochasticLogisticRegression
stochasticLogisticRegression 聚合函数为二元分类问题实现随机梯度下降方法。使用 evalMLMethod
预测新数据。