Fix type error in TFTransformer example in README
Fixes the following Exception that occurs when running odf = transformer.transform(sdf) with Apache Spark 2.3.0, Scala 2.11 from Databricks
java.lang.Exception: The type of node 'input_tensor' (ScalarDoubleType) is not compatible with the data type of the column (ScalarFloatType)
Codecov Report
Merging #137 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #137 +/- ##
=======================================
Coverage 85.37% 85.37%
=======================================
Files 33 33
Lines 1921 1921
Branches 44 44
=======================================
Hits 1640 1640
Misses 281 281
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update b73a4a2...ac45f60. Read the comment docs.
Hitting the same issue any plans on merging this?
Facing the same issue!