Skip to content

Commit

Permalink
add financial time series example (#252)
Browse files Browse the repository at this point in the history
* add financial time series example

* fix ReadMe comments

* fix PyLint remarks

* clean up based on PR remarks

* Completing docstrings and fixing PR remarks
  • Loading branch information
Svendegroote91 authored and k8s-ci-robot committed Oct 12, 2018
1 parent adf614f commit d3e1731
Show file tree
Hide file tree
Showing 20 changed files with 4,120 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ This example covers the following concepts:
1. Using Kubeflow tf-job and tf-operator to launch a distributed object training job
1. Serving the model through Kubeflow's tf-serving

### [Financial Time Series](./financial_time_series)

Author: [Sven Degroote](https://github.com/Svendegroote91)

This example covers the following concepts:
1. Deploying Kubeflow to a GKE cluster
2. Exploration via JupyterHub (prospect data, preprocess data, develop ML model)
3. Training several tensorflow models at scale with TF-jobs
4. Deploy and serve with TF-serving
5. Iterate training and serving
6. Training on GPU


## Component-focused

### [XGBoost - Ames housing price prediction](./xgboost_ames_housing)
Expand Down
3 changes: 3 additions & 0 deletions financial_time_series/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vcs.xml
kubeflow_ks_app/*
kubeflow_repo/*
Loading

0 comments on commit d3e1731

Please sign in to comment.