# Model Training Understand how machine learning models can be trained from within Flyte, with an added advantage of orchestration benefits. ```{list-table} :header-rows: 0 :widths: 20 30 * - {doc}`Diabetes Classification ` - Train an XGBoost model on the Pima Indians Diabetes Dataset. * - {doc}`House Price Regression ` - Use dynamic workflows to train a multiregion house price prediction model using XGBoost. * - {doc}`MNIST Classification ` - Train a neural network on MNIST with PyTorch and W&B * - {doc}`NLP Processing with Gensim ` - Word embedding and topic modelling on lee background corpus with Gensim * - {doc}`Forecast Sales Using Rossmann Store Sales ` - Forecast sales data with data-parallel distributed training using Horovod on Spark. ``` ```{toctree} :maxdepth: -1 :caption: Contents :hidden: auto_examples/pima_diabetes/index auto_examples/house_price_prediction/index auto_examples/mnist_classifier/index auto_examples/nlp_processing/index auto_examples/forecasting_sales/index ```