Refefer / fastxml

FastXML / PFastXML / PFastreXML - Implementation of Extreme Multi-label Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with loading classifier

donavanyieh opened this issue · comments

Hi! First time I am using XMC classifiers for a research project. Managed to fit the Trainer object following the instructions in under "Simple Python Usage" in the Readme. However, I get a file not found error when running

clf = Inferencer("./models")

I get the following error doing so:
image

Not sure if I am missing a step, will really appreciate any help😅

Missed a step