Closed BaptisteCalot closed 6 months ago
1- Move get_true_label_position function from classification.py to a new utils file 2- Add a test for this function
1- Check if the return of my function is correct 2- Check if the shape of my function's return is correct
Hey @BaptisteCalot, Thank you for this PR! For the moment it doesn't pass some tests, but we have fixed the issue. So you can git merge upstream/main and everything should work! Thank you!
Description
1- Move get_true_label_position function from classification.py to a new utils file 2- Add a test for this function
How Has This Been Tested?
1- Check if the return of my function is correct 2- Check if the shape of my function's return is correct