20 Sep, 2011
2 commits
14 Sep, 2011
1 commit
03 Sep, 2011
1 commit
28 Aug, 2011
1 commit
08 Aug, 2011
1 commit
03 Aug, 2011
2 commits
-
…utput (mixed variable name).
28 Jul, 2011
1 commit
27 Jul, 2011
1 commit
24 Jul, 2011
3 commits
23 Jul, 2011
1 commit
22 Jul, 2011
1 commit
21 Jul, 2011
1 commit
15 Jul, 2011
1 commit
08 Jul, 2011
1 commit
-
…eindex) or '11' (reindex with clustering).
07 Jul, 2011
1 commit
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)