Refefer / fastxml

FastXML / PFastXML / PFastreXML - Implementation of Extreme Multi-label Classification
Other
149 stars 47 forks source link

Unable to run bin/fxml.py #31

Open RohitChaudharyCoupa opened 4 years ago

RohitChaudharyCoupa commented 4 years ago

While trying to run fxml.py, it is giving error :

  1. fastxml not found.This got resolved by moving fxml outside bin but after that other error popped-up
  2. inferencer module not found. I think it is unable to read inferencer.pyx. I had already pip installed cython.
Refefer commented 4 years ago

It sounds like you might not have compiled the library. Inside of your virtualenv, run python setup.py develop or python setup.py install.

RohitChaudharyCoupa commented 4 years ago

Thank you! it worked. Can you please share the official directory of Delicious 200K dataset? Regards

RohitChaudharyCoupa commented 4 years ago

When I am trying to train on delicious_tr_split.txt downloaded from http://manikvarma.org/downloads/XC/XMLRepository.html I am facing JSON Decode errors(json.decoder.JSONDecodeError: Extra data: line 1 column 6 (char 5)).

Rat-racer commented 4 years ago

It sounds like you might not have compiled the library. Inside of your virtualenv, run python setup.py develop or python setup.py install.

It would be better to add this detail to the ReadME.