can you point me where could I get an example for predicting a data with saved model?
the problem in multilabel demo sample is that the classification outcome is annotated, however I want a weighted outcome for the multi-class classification i.e. class 1 has 0.6, class 2 has 0.3 and so on..
Is there a way to add report like traintest report in the pipeline?