| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MachineLearning.Types.Algorithm
Description
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.
Constructors
| Algorithm' | |
Fields | |
Bundled Patterns
| pattern Algorithm_Sgd :: Algorithm |