Is it necessary to run pipeline in Train,Evauate and Full Pipeline run ?
For my process I have only run Train Pipeleine and the results are accurate also.
Is it necessary to run pipeline in Train,Evauate and Full Pipeline run ?
For my process I have only run Train Pipeleine and the results are accurate also.
No, there is no need to run all the pipelines. Your Training pipeline itself will give you a model score. If you want to evaluate your model on some specific set of your documents, you can use the evaluation pipeline. Now if you want to train the model and evaluate against your specific dataset in a single go, you can go for the full pipeline.
So if you only want to train your model, just run train pipeline only.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.