Skip to content

Latest commit

History

History
79 lines (58 loc) 路 2.54 KB

tutorials.md

File metadata and controls

79 lines (58 loc) 路 2.54 KB
next-page next-page-title
ml_training
Model Training

(tutorials)=

Tutorials

This section showcases step-by-step case studies of how to combine the different features of Flyte to achieve everything from data processing, feature engineering, model training, to batch predictions. Code for all of the examples in the user guide can be found in the flytesnacks repo.

It comes with a highly customized environment to make running, documenting and contributing samples easy. If this is your first time running these examples, follow the {ref}setup guide <env_setup> to get started.

Want to contribute an example? Check out the {doc}`Example Contribution Guide <contribute>`.

馃 Model Training

Train machine learning models from using your framework of choice.

:header-rows: 0
:widths: 20 30

* - {doc}`Diabetes Classification <auto_examples/pima_diabetes/index>`
  - Train an XGBoost model on the Pima Indians Diabetes Dataset.
* - {doc}`House Price Regression <auto_examples/house_price_prediction/index>`
  - Use dynamic workflows to train a multiregion house price prediction model using XGBoost.
* - {doc}`MNIST Classification <auto_examples/mnist_classifier/index>`
  - Train a neural network on MNIST with PyTorch and W&B
* - {doc}`NLP Processing with Gensim <auto_examples/nlp_processing/index>`
  - Word embedding and topic modelling on lee background corpus with Gensim
* - {doc}`Sales Forecasting <auto_examples/forecasting_sales/index>`
  - Use the Rossmann Store data to forecast sales with distributed training using Horovod on Spark.

馃洜 Feature Engineering

Engineer the data features to improve your model accuracy.

:header-rows: 0
:widths: 20 30

* - {doc}`EDA and Feature Engineering With Papermill <auto_examples/exploratory_data_analysis/index>`
  - How to use Jupyter notebook within Flyte
* - {doc}`Data Cleaning and Feature Serving With Feast <auto_examples/feast_integration/index>`
  - How to use Feast to serve data in Flyte

馃И Bioinformatics

Perform computational biology with Flyte.

:header-rows: 0
:widths: 20 30

* - {doc}`Nucleotide Sequence Querying with BLASTX <auto_examples/blast/index>`
  - Use BLASTX to Query a Nucleotide Sequence Against a Local Protein Database

馃敩 Flytelab

The open-source repository of machine learning projects using Flyte.

:header-rows: 0
:widths: 20 30

* - {doc}`Weather Forecasting <weather_forecasting>`
  - Build an online weather forecasting application.