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)
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)