DataProfiler
DataProfiler copied to clipboard
Mock the DataLabeler during tests, decreasing test runtime
Describe the bug: Originally, tests mocked the DataLabelerColumnCompiler to avoid instantiating the DataProfiler and TensorFlow. However, with the recent change that now instantiates a profiler inside the Profiler, these mocks no longer protect against this long load time.