PHME-Datachallenge / Data-Challenge-2022

7 stars 7 forks source link

Inquiry about the TEST.py code #28

Closed kckenni closed 2 years ago

kckenni commented 2 years ago

Dear Organizer,

I have one question about TEST.py code. results_3 = classification_3(SPI, AOI[["PanelID","FigureID","MachineID","ComponentID","PinNumber","AOILabel","RepairLabel"]]) I think the above code should change to results_3 = classification_3(SPI, AOI[["PanelID","FigureID","MachineID","ComponentID","PinNumber","AOILabel","OperatorLabel"]]) So 'RepairLabel' to 'OperatorLabel' I would appreciate if you tell me i am thinking wrong. Best regards, gunwoo

marty90 commented 2 years ago

Yes, it was a mistake on the previous versions. The current code is:

results_3 = classification_3(SPI, AOI[["PanelID","FigureID","MachineID","ComponentID","PinNumber","AOILabel","OperatorLabel"]])