Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype Algorithm where
- Algorithm' { }
- pattern Algorithm_Sgd :: Algorithm
Documentation
The function used to train an MLModel
. Training choices supported by
Amazon ML include the following:
SGD
- Stochastic Gradient Descent.RandomForest
- Random forest of decision trees.
pattern Algorithm_Sgd :: Algorithm |