Skip to content

I've an "Error with LightPipeline()" in Environment: Colab Spark 3.1.1 JSL 3.0.3. Spark NLP for Healthcare. #305

Discussion options

You must be logged in to vote

First of all, you cannot feed the pipeline to Light pipeline as it needs to be fitted at first to become pipelineModel. You need to fit and then use the fitted clf stage in another pipeline to create a prediction pipeline and model and then feed to lightpipe.

check this out to learn more >> https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/5.Text_Classification_with_ClassifierDL.ipynb

Replies: 1 comment

Comment options

JustHeroo
Aug 24, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by JustHeroo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant