Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

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

  1. Testing — pandas 2.2.2 documentation

    Twitter Mastodon Testing # Assertion functions # testing.assert_frame_equal...important for bug reports. Test suite runner # test ([extra_args, run_doctests])...
    pandas.pydata.org/pandas-docs/stable/reference/testing.html
    Registered: Fri Apr 19 09:27:51 UTC 2024
    - Last Modified: Thu Apr 11 14:17:53 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  2. pandas.test — pandas 2.2.2 documentation

    test # pandas. test ( extra_args = None ,...) [source] # Run the pandas test suite using pytest. By default,...
    pandas.pydata.org/pandas-docs/stable/reference/api/pandas.test.html
    Registered: Fri Apr 19 11:42:48 UTC 2024
    - Last Modified: Thu Apr 11 14:17:56 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  3. pandas.testing.assert_frame_equal — pandas 2.2....

    testing.assert_frame_equal # pandas.testing. assert_frame_equal...mostly intended for use in unit tests. Additional parameters allow...
    pandas.pydata.org/pandas-docs/stable/reference/api/pandas.testing.assert_frame_equal.html
    Registered: Fri Apr 19 09:39:46 UTC 2024
    - Last Modified: Thu Apr 11 14:17:57 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. pandas.testing.assert_index_equal — pandas 2.2....

    testing.assert_index_equal # pandas.testing. assert_index_equal...Examples >>> from pandas import testing as tm >>> a = pd . Index ([...
    pandas.pydata.org/pandas-docs/stable/reference/api/pandas.testing.assert_index_equal.html
    Registered: Fri Apr 19 09:42:51 UTC 2024
    - Last Modified: Thu Apr 11 14:17:56 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  5. pandas.testing.assert_series_equal — pandas 2.2...

    testing.assert_series_equal # pandas.testing. assert_series_equal...Examples >>> from pandas import testing as tm >>> a = pd . Series ([...
    pandas.pydata.org/pandas-docs/stable/reference/api/pandas.testing.assert_series_equal.html
    Registered: Fri Apr 19 09:40:49 UTC 2024
    - Last Modified: Thu Apr 11 14:17:54 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  6. pandas.testing.assert_extension_array_equal — p...

    testing.assert_extension_array_equal # pandas.testing. as...Examples >>> from pandas import testing as tm >>> a = pd . Series ([...
    pandas.pydata.org/pandas-docs/stable/reference/api/pandas.testing.assert_extension_array_equal.html
    Registered: Fri Apr 19 09:39:43 UTC 2024
    - Last Modified: Thu Apr 11 14:17:58 UTC 2024
    - 30.8K bytes
    - Viewed (0)
  7. 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 19 07:56:59 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 5.7K bytes
    - Viewed (2)
  8. 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 19 07:57:29 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 3.5K bytes
    - Viewed (1)
  9. intro.rst.txt

    on the test data! m.model_performance(test_data=test) Expanding...& (r < 0.9) ] # 10% for testing test = fr[ 0.9 <= r ] # default...
    docs.h2o.ai/h2o/latest-stable/h2o-py/docs/_sources/intro.rst.txt
    Registered: Fri Apr 19 03:25:49 UTC 2024
    - Last Modified: Wed Mar 13 16:48:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  10. warp_loss.rst.txt

    test = movielens['train'], movielens['test'] Accuracy...warp_auc.append(auc_score(warp_model, test, train_interactions=train).mean())...
    making.lyst.com/lightfm/docs/_sources/examples/warp_loss.rst.txt
    Registered: Fri Apr 19 07:57:03 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 6.9K bytes
    - Viewed (0)
Back to top