- "There're plenty of trainers available in ML.Net, where you can find most of them under [StandardTrainersCatalog](https://docs.microsoft.com/en-us/dotnet/api/microsoft.ml.standardtrainerscatalog?view=ml-dotnet). Among those trainers, there're simple, linear ones like `SDCA`, `Lbfgs`, `LinearSvm`, or tree-based non-linear trainer, like `FastTree`, `RandomForest` and `LightGbm`. Generally, each trainer's capability is difference and non-linear models have a better training performance(lower loss) than linear ones, but it doesn't always mean they are always the better choice. It's an open question in picking trainers and usually requires many attempts to find out the best one.\n",
0 commit comments