Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 25 for test (0.03 sec)

  1. movielens_implicit.rst.txt

    movielens['train'] test = movielens['test'] The ``train`` and ``test`` elements...k=10).mean() test_precision = precision_at_k(model, test, k=10).mean()...
    making.lyst.com/lightfm/docs/_sources/examples/movielens_implicit.rst.txt
    Registered: Fri Apr 26 08:01:48 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 5.7K bytes
    - Viewed (2)
  2. 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.txt
    Registered: Fri Apr 26 08:01:36 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 3.5K bytes
    - Viewed (1)
  3. lightfm.datasets.movielens — LightFM 1.16 docum...

    min_rating ) # Load test interactions test = _build_interaction_matrix..._parse ( test_raw ), min_rating ) assert train . shape == test . shape...
    making.lyst.com/lightfm/docs/_modules/lightfm/datasets/movielens.html
    Registered: Fri Apr 26 08:01:25 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 29K bytes
    - Viewed (0)
  4. Item cold-start: recommending StackExchange que...

    on the test set: test_auc = auc_score ( model , test , train_interactions...'Hybrid test set AUC: %s ' % test_auc ) Hybrid test set AUC :...
    making.lyst.com/lightfm/docs/examples/hybrid_crossvalidated.html
    Registered: Fri Apr 26 08:00:24 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 30.4K bytes
    - Viewed (0)
  5. An implicit feedback recommender for the Moviel...

    'train' ] test = movielens [ 'test' ] The train and test elements...mean () test_precision = precision_at_k ( model , test , k = 10...
    making.lyst.com/lightfm/docs/examples/movielens_implicit.html
    Registered: Fri Apr 26 07:59:51 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 19.8K bytes
    - Viewed (0)
  6. lightfm.datasets.stackexchange — LightFM 1.16 d...

    used for testing. Splitting into the train and test set is done...0.0 < test_set_fraction < 1.0 ): raise ValueError ( "Test set fraction...
    making.lyst.com/lightfm/docs/_modules/lightfm/datasets/stackexchange.html
    Registered: Fri Apr 26 08:01:18 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 23.5K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Fri Apr 26 08:01:51 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  8. lightfm.cross_validation — LightFM 1.16 documen...

    def random_train_test_split ( interactions , test_percentage = 0.2.... dtype , ) test = sp . coo_matrix ( ( data [ test_idx ], ( uids...
    making.lyst.com/lightfm/docs/_modules/lightfm/cross_validation.html
    Registered: Fri Apr 26 08:00:57 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 13K bytes
    - Viewed (0)
  9. Welcome to LightFM’s documentation! — LightFM 1...

    Run tests by running docker-compose run lightfm py.test -x lightfm/tests/...= model . predict ( test_user_ids , test_item_ids ) User and...
    making.lyst.com/lightfm/docs/home.html
    Registered: Fri Apr 26 07:58:27 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 23.2K bytes
    - Viewed (2)
  10. Cross-validation — LightFM 1.16 documentation

    random_train_test_split ( interactions , test_percentage = 0.2...interactions between training and testing. This function takes an interaction...
    making.lyst.com/lightfm/docs/cross_validation.html
    Registered: Fri Apr 26 07:58:47 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 7.6K bytes
    - Viewed (0)
Back to top