2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #81 from chrisgilmerproj/master More... almost 13 years ago
Added package_data and removed napespace_packages. Fixed spelling error. This fixes pip install More... almost 13 years ago
Merge pull request #73 from fcurella/master More... almost 13 years ago
Merge pull request #74 from alexlin88/master More... almost 13 years ago
Bugfix for SVD stochastic gradient descent and RMSE calculation More... about 13 years ago
bugfix for SVD Stochastic gradient descent and RMSE calcuation More... about 13 years ago
fixed setup.py to include all subpackages More... about 13 years ago
Merge pull request #70 from orygens/master More... over 13 years ago
Fixed the recommenders to return the recommendations as list. More... over 13 years ago
Fixed Recommendations to work with Boolean Models. More... over 13 years ago
Fixed most_similar_users and most_similar_items to not show the NaN similar users/items. More... over 13 years ago
Fixed the bug of printing the models. More... over 13 years ago
Updated the setup.py from Crab. More... over 13 years ago
Merge pull request #59 from orygens/master More... over 13 years ago
Removed examples from sampling. More... over 13 years ago
Added examples to CfEvaluator. More... over 13 years ago
Added tests for Precision, Recall and F1-Score to Evaluate_On_split More... over 13 years ago
Added tests for evaluate_on_split for RMSE, NMAE and MAE. More... over 13 years ago
Added tests for Precision,Recall and F1-Score at CFEvaluator. More... over 13 years ago
Added tests for CfEvaluator( RMSE, NMAE, MAE) More... over 13 years ago
Added implementation of Evaluation at CfEvaluator More... over 13 years ago
Added basic implementation for evaluate method in CfEvaluator. More... over 13 years ago
Added evaluation_error to metrics. More... over 13 years ago
Added evaluation_report to metrics. More... over 13 years ago
Merge pull request #57 from orygens/master More... over 13 years ago
Added Sampling to Metrics. More... over 13 years ago
Added metrics docs for precision, recall and F1-Score. More... over 13 years ago
Added tests and implementation for ShuffleSplit and KFold. More... over 13 years ago
Added implementations and tests for LeaveOneOut, LeavePOut More... over 13 years ago
Added test_metrics for NMAE. More... over 13 years ago