DataProfiler icon indicating copy to clipboard operation
DataProfiler copied to clipboard

Investigate use of # type: ignore in labelers.

Open Sanketh7 opened this issue 3 years ago • 0 comments

Investigate whether these instances of # type: ignore are needed. PRs should be small (at most a few files).

labelers/base_data_labeler.py

  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_data_labeler.py#L26
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_data_labeler.py#L41
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_data_labeler.py#L45
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_data_labeler.py#L47
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_data_labeler.py#L622
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_data_labeler.py#L624
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_data_labeler.py#L627

labelers/base_model.py

  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_model.py#L56
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/base_model.py#L224

labelers/char_load_tf_model.py

  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/char_load_tf_model.py#L395

labelers/character_level_cnn_model.py

  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/character_level_cnn_model.py#L38
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/character_level_cnn_model.py#L61
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/character_level_cnn_model.py#L62
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/character_level_cnn_model.py#L674

labelers/data_labelers.py

  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_labelers.py#L58
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_labelers.py#L98

labelers/data_processing.py

  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L54
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L66
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L73
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L186
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L208
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L257
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L685
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L753
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L853
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L1286
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L1456
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L1521
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L1569
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L1817
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L1908
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L2039
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L2061
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L2177
  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/data_processing.py#L2270

labelers/labeler_utils.py

  • https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/labelers/labeler_utils.py#L125

Sanketh7 avatar Nov 16 '22 15:11 Sanketh7