Pytorch tabular+ precision recall curve

How can ı implement precision-recall curve to above script, classification examples with pytorch tabular are not enough

You could use e.g. sklearn.metrics.precision_recall_curve and provide the expected inputs as numpy arrays via tensor.numpy().