Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
In data1,
one code has been updated in line 192: testing_data_export = testing_data_export.astype({"class label": int})
This code ensure all the predicted labels in the exported csv file are the integer format and no missing value after the code successfully runs with no error.
In data2,
There is no any update needed.