Open ghost opened 6 years ago
Thanks for pointing out this. @hhbyyh can you take a look at this?
On the same page, for the Python examples,
dlModel.transform(df).show(False)
should be changed to
dlModel.transform(df).show()
for the DLClassifier and DLEstimator.
In https://bigdl-project.github.io/master/#APIGuide/MLPipeline/DLEstimator_DLClassifier/ Every
from bigdl.ml_pipeline.dl_classifier import *
should be changed tofrom bigdl.models.ml_pipeline.dl_classifier import *