Skip to content

Commit

Permalink
Update deprecation note in README (#217)
Browse files Browse the repository at this point in the history
Update deprecation note in README.
  • Loading branch information
WeichenXu123 authored Dec 25, 2019
1 parent e2d8023 commit 8530200
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ Maintainers: Bago Amirbekian, Joseph Bradley, Yogesh Garg, Sue Ann Hong, Tim Hun

## Deprecation

The following submodules are deprecated and will be removed in the next release of sparkdl. Please use Pandas UDF instead.
The following submodules and classes are deprecated and will be removed in the next release of sparkdl. Please use Pandas UDF instead.
* `sparkdl.graph`
* `sparkdl.transformers`
* `sparkdl.udf`
* `sparkdl.KerasImageFileTransformer`
* `sparkdl.KerasTransformer`
* `sparkdl.DeepImagePredictor`
* `sparkdl.DeepImageFeaturizer`
* `sparkdl.TFImageTransformer`
* `sparkdl.TFTransformer`

The class `sparkdl.KerasImageFileEstimator` is deprecated and will be removed in the next release of sparkdl. To replace a KerasImageFileEstimator workflow, please use Distributed Hyperopt with SparkTrials to distribute model tuning.

Expand Down

0 comments on commit 8530200

Please sign in to comment.