Problem with reading excel file to pandas DataFrame
Created by: Dreamlone
The problem occurs when trying to run the example in the file "examples/multiclass_prediction.py", at the stage of calling the create_multi_clf_examples_from_excel function (examples/utils.py). This is because the library that allows you to read excel files is not installed. There is either need to enter it in the requirements.txt, or change the code.