A repository to host extended examples and tutorials
Go to file
Michelle Casbon 41372c9314 Add .pylintrc (#61)
* Add .pylintrc

* Resolve lint complaints in agents/trainer/task.py

* Resolve lint complaints with flask app.py

* Resolve linting issues

Remove duplicate seq2seq_utils.py from workflow/workspace/src

* Use python 3.5.2 with pylint to match prow

Put pybullet import back into agents/trainer/task.py with a pylint ignore statement
Use main(_) to ensure it works with tf.app.run
2018-03-29 08:25:02 -07:00
agents Add .pylintrc (#61) 2018-03-29 08:25:02 -07:00
github_issue_summarization Add .pylintrc (#61) 2018-03-29 08:25:02 -07:00
test/workflows ks upgrade test/workflows and agents/app (#49) 2018-03-15 14:24:24 -07:00
.gitignore Move from a custom tornado server to a seldon-core server for serving the model (#36) 2018-03-09 14:36:12 -08:00
.pylintrc Add .pylintrc (#61) 2018-03-29 08:25:02 -07:00
CONTRIBUTING.md Add issue link for GH issue summarization 2018-03-02 09:03:24 -08:00
LICENSE Initial commit 2018-02-01 13:13:10 -08:00
OWNERS Create an initial OWNERS file. 2018-02-28 19:31:58 -08:00
README.md Add detail to cluster setup instructions (#44) 2018-03-11 22:29:11 -07:00
prow_config.yaml Skeleton testing framework (#18) 2018-03-01 21:30:50 -08:00

README.md

A repository to host extended examples and tutorials for kubeflow.

  1. Github issue summarization using sequence-to-sequence learning by Hamel Husain