Skip to content

Commit

Permalink
Add deprecation note in README (#216)
Browse files Browse the repository at this point in the history
Add deprecation note in README.
  • Loading branch information
WeichenXu123 authored Dec 25, 2019
1 parent 07bde63 commit e2d8023
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ The library is in its early days, and we welcome everyone's feedback and contrib

Maintainers: Bago Amirbekian, Joseph Bradley, Yogesh Garg, Sue Ann Hong, Tim Hunter, Siddharth Murching, Tomas Nykodym, Lu Wang

## Deprecation

The following submodules are deprecated and will be removed in the next release of sparkdl. Please use Pandas UDF instead.
* `sparkdl.graph`
* `sparkdl.transformers`
* `sparkdl.udf`

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.

## Building and running unit tests

Expand Down

0 comments on commit e2d8023

Please sign in to comment.