Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. Using different learning schedules — LightFM 1....

    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/examples/learning_schedules.html
    Registered: Fri Apr 26 07:59:30 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 18.8K bytes
    - Viewed (0)
  9. Quickstart — LightFM 1.16 documentation

    the train matrix but test it on the test matrix. print ( repr...matrices, a training and a testing set. Both have around 1000...
    making.lyst.com/lightfm/docs/quickstart.html
    Registered: Fri Apr 26 07:58:53 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 20.9K bytes
    - Viewed (0)
  10. Model evaluation — LightFM 1.16 documentation

    test_interactions , train_interactions...fitted model to be evaluated test_interactions ( np.float32 csr_matrix...
    making.lyst.com/lightfm/docs/lightfm.evaluation.html
    Registered: Fri Apr 26 07:58:30 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 23.9K bytes
    - Viewed (0)
Back to top