- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 22 for test (0.12 sec)
-
Item cold-start: recommending StackExchange que...
train = data [ 'train' ] test = data [ 'test' ] Let’s examine the...training and test set are divided chronologically: the test set contains...making.lyst.com/lightfm/docs/examples/hybrid_crossvalidated.htmlRegistered: Fri Nov 15 07:19:54 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 30.4K bytes - Viewed (0) -
An implicit feedback recommender for the Moviel...
'train' ] test = movielens [ 'test' ] The train and test elements...model , test ) . mean () print ( 'Precision: train %.2f , test %.2f...making.lyst.com/lightfm/docs/examples/movielens_implicit.htmlRegistered: Fri Nov 15 07:19:49 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 19.8K bytes - Viewed (0) -
lightfm.datasets.stackexchange — LightFM 1.16 d...
used for testing. Splitting into the train and test set is done...()[ include ] . tocoo () test = test . tocsr ()[ include ] . tocoo...making.lyst.com/lightfm/docs/_modules/lightfm/datasets/stackexchange.htmlRegistered: Fri Nov 15 07:21:16 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 23.5K bytes - Viewed (0) -
hybrid_crossvalidated.rst.txt
train = data['train'] test = data['test'] Let's examine the data:...training and test set are divided chronologically: the test set contains...making.lyst.com/lightfm/docs/_sources/examples/hybrid_crossvalidated.rst.txtRegistered: Fri Nov 15 07:21:42 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 8.4K bytes - Viewed (0) -
lightfm.cross_validation — LightFM 1.16 documen...
interactions between training and testing. This function takes an interaction...disjoint sets, a training set and a test set. Note that no effort is...making.lyst.com/lightfm/docs/_modules/lightfm/cross_validation.htmlRegistered: Fri Nov 15 07:21:32 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 13K bytes - Viewed (0) -
Cross-validation — LightFM 1.16 documentation
interactions between training and testing. This function takes an interaction...disjoint sets, a training set and a test set. Note that no effort is...making.lyst.com/lightfm/docs/cross_validation.htmlRegistered: Fri Nov 15 07:19:46 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 7.6K bytes - Viewed (0) -
quickstart.rst.txt
the train matrix but test it on the test matrix. .. code:: python...matrices, a training and a testing set. Both have around 1000...making.lyst.com/lightfm/docs/_sources/quickstart.rst.txtRegistered: Fri Nov 15 07:20:50 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 4.9K bytes - Viewed (0) -
Model evaluation — LightFM 1.16 documentation
flag that signals whether the test and train matrices should be...flag that signals whether the test and train matrices should be...making.lyst.com/lightfm/docs/lightfm.evaluation.htmlRegistered: Fri Nov 15 07:19:43 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 23.9K bytes - Viewed (0) -
movielens_implicit.rst.txt
movielens['train'] test = movielens['test'] The ``train`` and ``test`` elements...auc_score(model, test).mean() print('Precision: train %.2f, test %.2f.'...making.lyst.com/lightfm/docs/_sources/examples/movielens_implicit.rst.txtRegistered: Fri Nov 15 07:21:39 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 5.7K bytes - Viewed (0) -
learning_schedules.rst.txt
test = movielens['train'], movielens['test'] Experiment...measuring the ROC AUC on the test set at the end of each epoch....making.lyst.com/lightfm/docs/_sources/examples/learning_schedules.rst.txtRegistered: Fri Nov 15 07:21:47 UTC 2024 - Last Modified: Wed Mar 09 16:56:08 UTC 2022 - 3.5K bytes - Viewed (0)