Skip to content

Commit e2d8023

Browse files
authored
Add deprecation note in README (#216)
Add deprecation note in README.
1 parent 07bde63 commit e2d8023

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ The library is in its early days, and we welcome everyone's feedback and contrib
4444

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

47+
## Deprecation
48+
49+
The following submodules are deprecated and will be removed in the next release of sparkdl. Please use Pandas UDF instead.
50+
* `sparkdl.graph`
51+
* `sparkdl.transformers`
52+
* `sparkdl.udf`
53+
54+
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.
4755

4856
## Building and running unit tests
4957

0 commit comments

Comments
 (0)