You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a custom MCC scorer for binary classification problem, and encountering the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/[[email protected]](mailto:[email protected])/PycharmProjects/laion-copyright/venv_new/lib/python3.9/site-packages/autosklearn/experimental/mcc/askl2_training_data.json'
To Reproduce
Replace the dataset loading logic with any other dataset, matthews_corrcoef is imported from Scikit-Learn.
Sorry for broken encoding, the problem arises when a training_data_file is trying to get loaded at 356th line, askl2.py file. The tmp_folder does not exist.
Describe the bug
I am creating a custom MCC scorer for binary classification problem, and encountering the following error:
To Reproduce
Replace the dataset loading logic with any other dataset,
matthews_corrcoef
is imported from Scikit-Learn.Expected behavior
No error
Actual behavior, stacktrace or logfile
Sorry for broken encoding, the problem arises when a
training_data_file
is trying to get loaded at 356th line,askl2.py
file. Thetmp_folder
does not exist.Environment and installation:
pip freeze
:The text was updated successfully, but these errors were encountered: