27 Jun, 2011
1 commit
24 Jun, 2011
1 commit
-
since 'ct' is not enabled anymore; Recommendation size is now defined by get_prediction(size); Result is filled with items weight instead of rank.
20 Jun, 2011
2 commits
17 May, 2011
1 commit
23 Mar, 2011
1 commit
10 Mar, 2011
3 commits
-
- Merged DebtagsDB and DebtagsIndex into TagsXapianIndex - Moved recommender setup to class initialization - Handling errors with try, exception and raise statements - Saving and logging computation time
-
- Detached cross-validation from app_recomender script - Moved load_options and set_logger to Config() initialization - Pythonized print_result method (renamed to __str__)
-
'--force-reindex' in command line. If reindex is not set, it tries to reuse an existing index and creates a new one only if debtags database has been modified or an error occurs when opening the index. (close #8)
09 Mar, 2011
2 commits
-
- DEBUG: catch with --debug option - INFO: catch with --verbose or --debug option - WARNING, ERROR, CRITICAL: catch by default (close #9)