JGSweets

Results 77 comments of JGSweets

@ian-contiamo label detection is intended to be applied to numerical columns as well. We do this because there are labels which are only integer values, e.g. an SSN can be...

This applies to: https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/profilers/unstructured_text_profile.py Instead of applying is_case_sensitive in the functions `_update_words`, `_update_vocab`, `_merge_words`, move them to merging the counts in the functions `profile` and `diff`

Sorry for the delay in response. Here are my thoughts on your questions. First, I can't speak to Presidio, so I'll explain more of the intent from the Data Profiler's...

Closing due to inactivity.

There actually is an issue that if an error is caused in MP due to a change, we currently have no test to catch it. We need to add a...

Not 100% positive, but this might be resolved just by setting `name=name` looks like keras 3.0.0 changes the metric format for `__init__` https://github.com/keras-team/keras/blob/v3.1.1/keras/metrics/metric.py#L9 Also, might need to upgrade the keras...

Looks like that might resolve `that` issue. The new issue being the models all need to be updated to use Version 3 of keras. > ValueError: File format not supported:...

And TF's release notes: https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1

1. Update config to match requirements of my AWS env. - SGs - region - updated `gpu_worker_g5` to include `CPU` and `GPU` values. 2. Deploy via Ray up 3. Use...