PreferredAI / cornac

A Comparative Framework for Multimodal Recommender Systems
https://cornac.preferred.ai
Apache License 2.0
868 stars 142 forks source link

Add clean command #554

Closed tqtg closed 10 months ago

tqtg commented 10 months ago

Description

Running the following command will remove built artifacts (e.g., .cpp files from Cython code):

$ python setup.py clean

This help avoid all cached files and make sure any changes will be taken into account in the next build.

Related Issues

Checklist: