yusanshi / news-recommendation

Implementations of some methods in news recommendation.
MIT License
241 stars 50 forks source link

data #46

Open wyandqm opened 5 months ago

wyandqm commented 5 months ago

Can you provide the output file with data_preprocess.py? I have a bug running this file。 parsed_news = news.swifter.apply(parse_row, axis=1)

yusanshi commented 5 months ago

Sorry but I don't have that (so many years...)

You may remove .swifter: news.apply(parse_row, axis=1). Then you may get a nicer error message.