Michael Davis
Michael Davis
**Is your feature request related to a problem? Please describe.** The null stats tests in `TestStructuredProfilerRowStatistics` [link](https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/tests/profilers/test_profile_builder.py#L3504) need to be updated to use the data that is created in `setUpClass`...
**Is your feature request related to a problem? Please describe.** The current method of aggregation on allows for users to average the gradient updates from all clients and apply a...
**Is your feature request related to a problem? Please describe.** Currently tags that are created in the deployment scripts and the fma_settings are individually unique. This opens up the possibility...
**Is your feature request related to a problem? Please describe.** The aggregation requirement for all clients to push to the server is Django dependent. **Describe the outcome you'd like:** This...
**Is your feature request related to a problem? Please describe.** Currently, there aren't any tests for the post agg service function in tasks.py. **Describe the outcome you'd like:** I would...
**Is your feature request related to a problem? Please describe.** Currently, users log into the django webserver using a username and password which isn't secure. **Describe the outcome you'd like:**...
**Is your feature request related to a problem? Please describe.** Currently users have to manually terminate their experiments. **Describe the outcome you'd like:** I would like users to be able...
**Is your feature request related to a problem? Please describe.** Currently, clients can pull their own model updates from the server. **Describe the outcome you'd like:** Clients should only be...
**Is your feature request related to a problem? Please describe.** Currently, the only form of validation available is centralized/traditional validation on the server. (i.e. the server has a validation dataset...