Will Johnson
Will Johnson
**Describe the bug** When using the HealthCareSDK class in SynapseML, I get a NullPointerException when running on a dataset of 1,000+ rows. **To Reproduce** On a medium amount of data...
I'm running 15 combinations of a Logistic Regression model with spark-sklearn and I'll see that all tasks have completed but there is a huge amount of time to collect all...
For a given type, traverse the types and create a template for the attributes and relationship attributes. Add those as column headers.
Bulk entities supports applying... * attributes * root properties * Special rules for`[root] classifications` * Special rules for`[root] labels` * Special rules for `contacts` which is populated by `experts` and...
We could also have `[root] fieldName` as a way of injecting the correct field into the root property. The default would be to make it an attribute definition. The challenge...
The Bulk Upload excel should support managed attributes / business metadata.
1. Update Atlas API endpoints to the new /datamap/ endpoints 2. GraphQL endpoint should point to the new purview service endpoint. This will introduce breaking changes to the `PurviewClient` and...
Currently, if you have a date cell, [openpyxl will return a datetime](https://openpyxl.readthedocs.io/en/stable/datetime.html) which is not json serializable by default. I'm leaning toward converting it to unix epoch time and an...