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 May 17 11:59:39 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 May 17 11:41:19 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 May 17 09:38:32 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 May 17 09:37:01 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 May 17 09:39:53 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 May 17 09:40:15 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 May 17 08:05:52 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 May 17 08:06:25 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 3.5K bytes
    - Viewed (1)
  9. Contributing to the code base — pandas 2.2.2 do...

    of: tests.indexing.test_loc tests.indexing.test_iloc tests.indexing.test_at...m tests.series.test_setitem tests.frame.test_getitem tests.frame.test_setitem...
    pandas.pydata.org/pandas-docs/stable/development/contributing_codebase.html
    Registered: Fri May 17 09:31:48 UTC 2024
    - Last Modified: Thu Apr 11 14:17:48 UTC 2024
    - 108.4K bytes
    - Viewed (0)
  10. 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 May 17 08:07:15 UTC 2024
    - Last Modified: Wed Mar 09 16:56:08 UTC 2022
    - 8.4K bytes
    - Viewed (0)
Back to top