ewoksxas.converters.tests.test_orange#
Tests for the Converter class.
Functions
Test that 1D feature_data is reshaped to 2D. |
|
Test appending rows to existing features. |
|
Test that appending with mismatched feature_names raises error. |
|
Test adding features for the first time. |
|
Test replacing existing features. |
|
Test that shape mismatch raises ValueError. |
|
Test adding features then metas. |
|
Test adding metas then features. |
|
Test that Converter can be initialized empty. |
|
Test the features property returns correct tuple. |
|
Test that features property raises error when no features set. |
|
Test round-trip conversion: Converter -> Table -> Converter. |
|
Test creating an empty table. |
|
Test creating a table with features only. |
|
Test creating a table with metas only. |