I am unable to upload the joblib file into the collab without processing the preprocessing.
Please provide some solution .
It’s because the file name is wrong. You can see there is a space after aussie_rain
… ie. aussie_rain (1).joblib
. Please import os
and do os.listdir()
to get the correct names of the files and folder.