Skip to content

Commit

Permalink
Fix README typo (#72)
Browse files Browse the repository at this point in the history
Corrects README to state that we added SQL UDF support for Keras models in DLP 0.2.0 (currently, the README says we added Scala SQL UDF support).
  • Loading branch information
smurching authored and jkbradley committed Oct 27, 2017
1 parent 4cd6d4e commit 3367b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@ registerKerasImageUDF("my_keras_inception_udf", InceptionV3(weights="imagenet"),
- 0.1.0 Alpha release
- 0.2.0 release:
1. KerasImageFileEstimator API (train a Keras model on image files)
2. Scala SQL UDF Support
2. SQL UDF support for Keras models
3. Added Xception, Resnet50 models to DeepImageFeaturizer/DeepImagePredictor.

0 comments on commit 3367b4a

Please sign in to comment.