uncharted-distil / distil-primitives

Distil AutoML primitives
Apache License 2.0
2 stars 1 forks source link

Fixed failing tests. #293

Closed phorne-uncharted closed 2 years ago

phorne-uncharted commented 3 years ago

Fixes #292

Audio test not fully run as it requires the pretrained model. They now run to the point the model needs to exist on disk. The test dataset had to be updated to match the expected column name found in the primitive. Realistically, the primitive shouldve been designed to find the boundary columns via metadata, then fall back to a hyperparam specifying the name with a proper default. One test was update to not set the semantic type because the test is named no semantic type.

Text encoder was failing because a series was passed in for the label set rather than the expected dataframe.