- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 158 for test (0.1 seconds)
-
Testing — pandas 3.0.0 documentation
X 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.htmlWed Jan 21 14:04:52 GMT 2026 50.4K bytes -
pandas.test — pandas 3.0.0 documentation
test # pandas. test ( extra_args = None ,...for pytest testing framework. Examples >>> pd . test () running:...pandas.pydata.org/pandas-docs/stable/reference/api/pandas.test.htmlWed Jan 21 14:06:01 GMT 2026 30.3K bytes -
pandas.testing.assert_extension_array_equal — p...
testing.assert_extension_array_equal # pandas.testing. as...in version 2.0.0. See also testing.assert_series_equal Check that...pandas.pydata.org/pandas-docs/stable/reference/api/pandas.testing.assert_extension_array_equal.htmlWed Jan 21 14:06:01 GMT 2026 34.3K bytes -
pandas.testing.assert_index_equal — pandas 3.0....
testing.assert_index_equal # pandas.testing. assert_index_equal...assertion message. See also testing.assert_series_equal Check that...pandas.pydata.org/pandas-docs/stable/reference/api/pandas.testing.assert_index_equal.htmlWed Jan 21 14:06:01 GMT 2026 34.4K bytes -
pandas.testing.assert_series_equal — pandas 3.0...
testing.assert_series_equal # pandas.testing. assert_series_equal...with the same data. See also testing.assert_index_equal Check that...pandas.pydata.org/pandas-docs/stable/reference/api/pandas.testing.assert_series_equal.htmlWed Jan 21 14:06:01 GMT 2026 36.2K bytes -
pandas.testing.assert_frame_equal — pandas 3.0....
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.htmlWed Jan 21 14:06:01 GMT 2026 39K bytes -
Contributing to the code base — pandas 3.0.0 do...
Writing tests # All tests should go into the tests subdirectory...pd._libs.tslibs tests.scalar tests.tseries.offsets Does your test depend...pandas.pydata.org/pandas-docs/stable/development/contributing_codebase.htmlWed Jan 21 14:04:19 GMT 2026 112.4K bytes -
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.txtWed Mar 09 16:56:08 GMT 2022 8.4K bytes -
quickstart.rst.txt
the train matrix but test it on the test matrix. .. code:: python...matrices, a training and a testing set. Both have around 1000...making.lyst.com/lightfm/docs/_sources/quickstart.rst.txtWed Mar 09 16:56:08 GMT 2022 4.9K bytes -
movielens_implicit.rst.txt
movielens['train'] test = movielens['test'] The ``train`` and ``test`` elements...auc_score(model, test).mean() print('Precision: train %.2f, test %.2f.'...making.lyst.com/lightfm/docs/_sources/examples/movielens_implicit.rst.txtWed Mar 09 16:56:08 GMT 2022 5.7K bytes