Denny Britz

Results 35 issues of Denny Britz

example

What are common features for IE applications? Dependency paths, etc.

documentation

Add a data store for SQLite.

enhancement

Add a generator for scaffolding a new project similar to [neal-sample](https://github.com/dennybritz/neal-sample). Should include: - README - Basic Page - Build scripts - Linting best practices - Deployment script - Dockerfile...

feature

## Feature Request ### Description of Problem: This is related to https://github.com/finos/perspective/issues/1157 but not quite the same. I have a real-time arrow IPC stream and would like update a perspective...

enhancement
Python

[tf.Transform](https://research.googleblog.com/2017/02/preprocessing-for-machine-learning-with.html) is a new library for TensorFlow that allows users to define preprocessing pipelines. Not sure how mature and easy to integrate it is, but it's worth looking into.

feature

Should figure out how to export models for serving, I think Tensorflow does provide something like an `ExportStrategy` that can be passed to the estimator and it will occasionally export...

feature