Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added roadmap #394

Merged
merged 9 commits into from
Oct 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This page lists recommendations and requirements for how to best contribute to TransmogrifAI. We strive to obey these as best as possible. As always, thanks for contributing – we hope these guidelines make it easier and shed some light on our approach and processes.

# Getting started

Please join the community on Gitter [![Chat](https://badges.gitter.im/salesforce/TransmogrifAI.svg)](https://gitter.im/salesforce/TransmogrifAI?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge). Also please make sure to take a look at the project [roadmap](ROADMAP.md) to see where are headed.

# Issues, requests & ideas

Use GitHub [Issues](https://github.com/salesforce/TransmogrifAI/issues) page to submit issues, enhancement requests and discuss ideas.
Expand Down
16 changes: 16 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# The TransmogrifAI Roadmap

## Short Term

- Implement Python interface for loading and evaluating TransmogrifAI models - [#393](https://github.com/salesforce/TransmogrifAI/issues/393)
- Extend Python interface to allow defining workflows & train models with existing TransmogrifAI readers, stages etc. - [#393](https://github.com/salesforce/TransmogrifAI/issues/393)
- Standatize versioning of TransmogrifAI models format and implement verification for safe execution - [#397](https://github.com/salesforce/TransmogrifAI/issues/397)
- Implement deep learning support, e.g. an ability to load an TensorFlow models and score them - [#288](https://github.com/salesforce/TransmogrifAI/issues/248), [#355](https://github.com/salesforce/TransmogrifAI/pull/355)
- Investigate integration with [JohnSnowNLP](https://github.com/JohnSnowLabs/spark-nlp) library, since it has some many fancy operations that we could use



## Long Term

- Extend Python interface to allow defining custom readers & stages with Python code snippets - [#393](https://github.com/salesforce/TransmogrifAI/issues/393)
- Allow exporting TransmogrifAI models in MLeap or other popular format, e.g. ONNX