MCPcopy
hub / github.com/deepchecks/deepchecks / test_dataset_select_method

Function test_dataset_select_method

tests/base/dataset_test.py:444–447  ·  view source on GitHub ↗
(iris)

Source from the content-addressed store, hash-verified

442
443
444def test_dataset_select_method(iris):
445 dataset = Dataset(iris)
446 filtered = dataset.select(columns=['target'])
447 assert_that(filtered, instance_of(Dataset))
448
449
450def test_dataset_select_ignore_columns(iris):

Callers

nothing calls this directly

Calls 2

selectMethod · 0.95
DatasetClass · 0.90

Tested by

no test coverage detected