| Package | Description |
|---|---|
| ml.shifu.guagua.example.lr |
Logistic regression example by using batch gradient descent.
|
| Class and Description |
|---|
| LogisticRegressionParams
A model class to store logistic regression weight on first iteration by using
LogisticRegressionParams.parameters, while in other
iterations LogisticRegressionParams.parameters is used to store gradients. |
Copyright © 2019. All Rights Reserved.