Pipeline failed with error type is ML_PACKAGE_ISSUE

Hi All,

We have a project using retrained out-of-box invoice ML model. The latest pipeline has failed with below error.
2024-03-19 02:50:35,151 - root:load:118 - INFO: Loading currency classification model…
2024-03-19 02:50:35,159 - root:evaluate:142 - INFO: Calculating extraction scores on test set for task invoices…
2024-03-19 02:52:21,539 - UiPath_core.training_plugin:model_run:189 - ERROR: Training failed for pipeline type: TRAIN_ONLY, error: index -1 is out of bounds for axis 0 with size 0
2024-03-19 02:52:21,669 - UiPath_core.trainer_run:main:100 - ERROR: Training Job failed, error: index -1 is out of bounds for axis 0 with size 0
Traceback (most recent call last):
File “/model/bin/UiPath_core/trainer_run.py”, line 95, in main
wrapper.run()
File “/workspace/model/microservice/training_wrapper.py”, line 65, in run
return self.training_plugin.model_run()

Could anyone help on this please?
Thanks

Hello @Aashik_Sweekrith!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

@Aashik_Sweekrith
Here, your model is not able to get the data for training i.e. whatever file you exported after labelling that data your model is not able to get. Please check

Thanks