Runtime error with 'load_learner'

in path it is available

image

Hello @saiteja123!
Can you call path.ls() before your call to load_learner and confirm that it’s the correct file path? You called the ls() in the next cell AFTER declaring what would be the correct path, so it’s unclear if the path given to load_learner was correct for this.

Hi @ali_baba

I gave correct path.

Earlier I also got issue with export. used this one
model.export(path/‘messy.pkl’,pickle_protocol=4)