One-Stop-for-COVID-19-Infection-and-Lung-Segmentation-plus-Classification
One-Stop-for-COVID-19-Infection-and-Lung-Segmentation-plus-Classification copied to clipboard
BinaryClassification Function
Hi Rohit,
Thank you for your great work, I'm a beginner to python, in "task2_covid19_classifcation.py", the BinaryClassification was used but not defined before. Can you please explain this?
Best Regards
bc1 = BinaryClassification(y_valid, predictions, labels=["Class 0", "Class 1"], threshold = 0.50)