Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

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

  1. 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 May 17 08:06:15 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 13K bytes
    - Viewed (0)
  2. 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 May 17 08:05:39 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 23.9K bytes
    - Viewed (0)
  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 May 17 08:06:31 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 May 17 08:05:42 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 May 17 08:04:37 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 May 17 08:06:34 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 23.5K bytes
    - Viewed (0)
  7. 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 May 17 08:05:45 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 23.2K bytes
    - Viewed (2)
  8. LightFM — LightFM 1.16 documentation

    predict_rank ( test_interactions , train_interactions...lightfm.LightFM class. Parameters test_interactions ( np.float32 csr_matrix...
    making.lyst.com/lightfm/docs/lightfm.html
    Registered: Fri May 17 08:05:26 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 41.5K bytes
    - Viewed (0)
  9. Index — LightFM 1.16 documentation

    LightFM method) R random_train_test_split() (in module lightfm.cross_validation)...
    making.lyst.com/lightfm/docs/genindex.html
    Registered: Fri May 17 08:05:49 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  10. 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 May 17 08:04:56 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 18.8K bytes
    - Viewed (0)
Back to top